From d39c38a5bda493eb3b6b60b37fd19e0317db2b0c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 3 Sep 2012 15:18:36 -0400 Subject: 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. --- libbe/ui/command_line.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbe/ui/command_line.py') 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')), -- cgit