projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
815a8d5
)
command:serve_commands: fix --repo -> --server in help message
author
W. Trevor King
<wking@tremily.us>
Sat, 27 Oct 2012 10:55:46 +0000
(06:55 -0400)
committer
W. Trevor King
<wking@tremily.us>
Sat, 27 Oct 2012 10:55:46 +0000
(06:55 -0400)
libbe/command/serve_commands.py
patch
|
blob
|
history
diff --git
a/libbe/command/serve_commands.py
b/libbe/command/serve_commands.py
index 442beea4395649ddfa30ba59d02ee8ef914223b5..655104c77c9f08ecfd7a82dd08213b74f70af55f 100644
(file)
--- a/
libbe/command/serve_commands.py
+++ b/
libbe/command/serve_commands.py
@@
-185,7
+185,7
@@
options so other people can't mess with your repository. If you do use
authentication, you'll need to send in your username and password with,
for example::
- $ be --
repo
http://username:password@localhost:8000/ list
+ $ be --
server
http://username:password@localhost:8000/ list
"""