diff options
author | Gianluca Montecchi <gian@grys.it> | 2017-01-24 10:30:35 +0100 |
---|---|---|
committer | Gianluca Montecchi <gian@grys.it> | 2017-01-24 10:30:35 +0100 |
commit | c53c260019464efacb56c022642e1288bb781ff1 (patch) | |
tree | 2bb55d1388a00e97d319577492a32460ae4b313c /libbe/command/status.py | |
parent | d738ead0ecb8e01ad07afdcd4d7d32635eeadaa4 (diff) | |
download | bugseverywhere-c53c260019464efacb56c022642e1288bb781ff1.tar.gz |
Merget patch from Matthew Fernandez to fix some typos
Diffstat (limited to 'libbe/command/status.py')
-rw-r--r-- | libbe/command/status.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/command/status.py b/libbe/command/status.py index 1f5fd71..96448df 100644 --- a/libbe/command/status.py +++ b/libbe/command/status.py @@ -113,7 +113,7 @@ Active status levels are: Inactive status levels are: %s -You can overide the list of allowed statuses on a per-repository +You can override the list of allowed statuses on a per-repository basis. See `be set --help` for details. """ % ('\n '.join(active_statuses), '\n '.join(inactive_statuses)) return ret |