summaryrefslogtreecommitdiff
path: root/archivist/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'archivist/cli.py')
-rw-r--r--archivist/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivist/cli.py b/archivist/cli.py
index 8238a30..45a8f09 100644
--- a/archivist/cli.py
+++ b/archivist/cli.py
@@ -59,7 +59,7 @@ def list_prefixes():
print()
for p in Prefix.select():
- print(" * %s (builtin: %s; pseudo: %s)" % (p.name, p.builtin, p.pseudo))
+ print(" * %s" % p)
def prefix_tag_name(name, prefix=None):
if prefix: