ui:command_line: use `be help server` for help with `--server`.
authorW. Trevor King <wking@tremily.us>
Mon, 3 Sep 2012 19:18:36 +0000 (15:18 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 3 Sep 2012 19:18:36 +0000 (15:18 -0400)
Use the recently created topic, which provides more details than the
`serve-commands` help message.

libbe/ui/command_line.py

index b95972f61281ca7907ce85cc1ac00463a1f76b4d..c417bfe95cdd80e2529b086204b820aba51008f5 100644 (file)
@@ -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')),