summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-09 15:18:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-09 15:18:05 -0400
commit2d408c6b1a0dc5f45567db8c57b84c7c576ec80f (patch)
tree023fa7421fc559e696bf19d1c603814cb2b7c154 /doc/git-annex.mdwn
parentdf851760dc8d8bc0997f4d43f5ae1659dc16e49c (diff)
allow --listen to have a port specified as well as the address
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 933163133..60ce3a9ae 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -204,8 +204,8 @@ subdirectories).
By default, the webapp can only be accessed from localhost, and running
it opens a browser window.
- With the --listen= option, the webapp can be made to listen for
- connections on the specified address. This disables running a
+ With the --listen=address[:port] option, the webapp can be made to listen
+ for connections on the specified address. This disables running a
local web browser, and outputs the url you can use to open the webapp
from a remote computer.
Note that this does not yet use HTTPS for security, so use with caution!