diff options
Diffstat (limited to 'libbe')
-rw-r--r-- | libbe/ui/command_line.py | 2 |
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')), |