diff options
author | W. Trevor King <wking@drexel.edu> | 2010-01-23 16:49:46 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-01-23 16:49:46 -0500 |
commit | f0e09f5615af0e7b794d802a25a06eddd142fade (patch) | |
tree | 57f897c1cc708dcf6c184b16e235184494baf5ff | |
parent | 606a11d1b0a415d0b24cc56634660be2a985bb7c (diff) | |
download | bugseverywhere-f0e09f5615af0e7b794d802a25a06eddd142fade.tar.gz |
Modern ID format in `be list` _long_help
-rw-r--r-- | libbe/command/list.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libbe/command/list.py b/libbe/command/list.py index 73c60a9..18fb0fd 100644 --- a/libbe/command/list.py +++ b/libbe/command/list.py @@ -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. |