aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-09-03 15:18:36 -0400
committerW. Trevor King <wking@tremily.us>2012-09-03 15:18:36 -0400
commitd39c38a5bda493eb3b6b60b37fd19e0317db2b0c (patch)
tree4c6cfa532b9dd744957d3c1f08990ee831a5c671 /libbe
parenta9ab97020028ff294001b333e51349eef1579666 (diff)
downloadbugseverywhere-d39c38a5bda493eb3b6b60b37fd19e0317db2b0c.tar.gz
ui:command_line: use `be help server` for help with `--server`.
Use the recently created topic, which provides more details than the `serve-commands` help message.
Diffstat (limited to 'libbe')
-rw-r--r--libbe/ui/command_line.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/ui/command_line.py b/libbe/ui/command_line.py
index b95972f..c417bfe 100644
--- a/libbe/ui/command_line.py
+++ b/libbe/ui/command_line.py
@@ -233,7 +233,7 @@ class BE (libbe.command.Command):
completion_callback=libbe.command.util.complete_path)),
libbe.command.Option(name='server', short_name='s',
help='Select BE command server (see `be help '
- 'command-server`) rather than executing commands '
+ 'server`) rather than executing commands '
'locally',
arg=libbe.command.Argument(
name='server', metavar='URL')),