projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9ab970
)
ui:command_line: use `be help server` for help with `--server`.
author
W. Trevor King
<wking@tremily.us>
Mon, 3 Sep 2012 19:18:36 +0000
(15:18 -0400)
committer
W. 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
patch
|
blob
|
history
diff --git
a/libbe/ui/command_line.py
b/libbe/ui/command_line.py
index b95972f61281ca7907ce85cc1ac00463a1f76b4d..c417bfe95cdd80e2529b086204b820aba51008f5 100644
(file)
--- 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')),