Modern ID format in `be list` _long_help
authorW. Trevor King <wking@drexel.edu>
Sat, 23 Jan 2010 21:49:46 +0000 (16:49 -0500)
committerW. Trevor King <wking@drexel.edu>
Sat, 23 Jan 2010 21:49:46 +0000 (16:49 -0500)
libbe/command/list.py

index 73c60a9c23a66ef6219d1ea61c4a6db4a3ba6043..18fb0fd57c4dc8344cab4140d8e883c219836da4 100644 (file)
@@ -245,12 +245,12 @@ class List (libbe.command.Command):
     def _long_help(self):
         return """
 This command lists bugs.  Normally it prints a short string like
-  576:om: Allow attachments
+  bea/576:om: Allow attachments
 Where
-  576   the bug id
-  o     the bug status is 'open' (first letter)
-  m     the bug severity is 'minor' (first letter)
-  Allo... the bug summary string
+  bea/576   the bug id
+  o         the bug status is 'open' (first letter)
+  m         the bug severity is 'minor' (first letter)
+  Allo...   the bug summary string
 
 You can optionally (-u) print only the bug ids.