From c53c260019464efacb56c022642e1288bb781ff1 Mon Sep 17 00:00:00 2001 From: Gianluca Montecchi Date: Tue, 24 Jan 2017 10:30:35 +0100 Subject: Merget patch from Matthew Fernandez to fix some typos --- libbe/command/status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbe/command/status.py') 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 -- cgit