From: W. Trevor King Date: Mon, 3 Sep 2012 19:18:36 +0000 (-0400) Subject: ui:command_line: use `be help server` for help with `--server`. X-Git-Tag: 1.1.0~85 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d39c38a5bda493eb3b6b60b37fd19e0317db2b0c;p=be.git 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. --- 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')),