projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4145df7
)
Help cleanup
author
Aaron Bentley
<abentley@panoramicfeedback.com>
Mon, 3 Apr 2006 18:46:17 +0000
(14:46 -0400)
committer
Aaron Bentley
<abentley@panoramicfeedback.com>
Mon, 3 Apr 2006 18:46:17 +0000
(14:46 -0400)
becommands/close.py
patch
|
blob
|
history
becommands/set.py
patch
|
blob
|
history
becommands/severity.py
patch
|
blob
|
history
becommands/target.py
patch
|
blob
|
history
becommands/upgrade.py
patch
|
blob
|
history
diff --git
a/becommands/close.py
b/becommands/close.py
index 3c1eb436c9094b00f8bb65022fc69cf51ae910f1..3ced7ebd31ffbf17395833f00827eaa371a96e83 100644
(file)
--- a/
becommands/close.py
+++ b/
becommands/close.py
@@
-45,4
+45,3
@@
Close the bug identified by bug-id.
def help():
return get_parser().help_str() + longhelp
-
diff --git
a/becommands/set.py
b/becommands/set.py
index 18a602446e28468b84b5e67c1bd9e34dba880522..6f40b5f13d2a6c75cdc1649e34c0225488d1fcd7 100644
(file)
--- a/
becommands/set.py
+++ b/
becommands/set.py
@@
-72,4
+72,3
@@
To unset a setting, set it to "none".
def help():
return get_parser().help_str() + longhelp
-
diff --git
a/becommands/severity.py
b/becommands/severity.py
index 1a55d11429e293a2813db972fc9f97d6f655995a..82ef7ca709139fb763ee4b3c976a808e983ed513 100644
(file)
--- a/
becommands/severity.py
+++ b/
becommands/severity.py
@@
-72,4
+72,3
@@
critical: A bug that prevents some features from working at all.
def help():
return get_parser().help_str() + longhelp
-
diff --git
a/becommands/target.py
b/becommands/target.py
index 8f23ac570a4e5c6d0de5cbad6da0677d5f300e1c..665efadb476bbc3c08a5861650ba4cc116d91fa1 100644
(file)
--- a/
becommands/target.py
+++ b/
becommands/target.py
@@
-71,4
+71,3
@@
The value "none" can be used to unset the target.
def help():
return get_parser().help_str() + longhelp
-
diff --git
a/becommands/upgrade.py
b/becommands/upgrade.py
index 16ac78e300ec139394438b441456df7878e2db3a..3dcb4ebf35b805496e98edd5765334d1bbf975df 100644
(file)
--- a/
becommands/upgrade.py
+++ b/
becommands/upgrade.py
@@
-104,10
+104,8
@@
def get_parser():
return parser
longhelp="""
-Upgrade
s be-database
.
+Upgrade
the bug storage to the latest format
.
"""
def help():
return get_parser().help_str() + longhelp
-
-