summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2024-01-18 12:58:00 -0400
committerJoey Hess <joeyh@joeyh.name>2024-01-18 12:58:00 -0400
commit52d4f36b2b793e15c214d0bc9dcfb817a4061631 (patch)
treed9f94afb8869c2c6482c3766634f0012df794963
parentadb8b320e378e21d9ecebf60826a403d8b452fc8 (diff)
document that --listen specifies an IP address
Avoid users getting confused and thinking this allows specifying the port. Sponsored-by: the NIH-funded NICEMAN (ReproNim TR&D3) project
-rw-r--r--doc/git-annex-webapp.mdwn4
-rw-r--r--doc/git-annex.mdwn6
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/git-annex-webapp.mdwn b/doc/git-annex-webapp.mdwn
index 064996ea16..21ae9fff54 100644
--- a/doc/git-annex-webapp.mdwn
+++ b/doc/git-annex-webapp.mdwn
@@ -21,13 +21,13 @@ it opens a browser window.
* `--listen=address`
Useful for using the webapp on a remote computer. This makes the webapp
- listen on the specified address.
+ listen on the specified IP address.
This disables running a local web browser, and outputs the url you
can use to open the webapp.
Set annex.listen in the git config to make the webapp always
- listen on an address.
+ listen on an IP address.
* Also the [[git-annex-common-options]](1) can be used.
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index deeb4703ea..0150643ed9 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -1995,9 +1995,9 @@ Remotes are configured using these settings in `.git/config`.
* `annex.listen`
- Configures which address the webapp listens on. The default is localhost.
- Can be either an IP address, or a hostname that resolves to the desired
- address.
+ Configures which IP address the webapp listens on.
+ The default is localhost. Can be either an IP address,
+ or a hostname that resolves to the desired address.
# CONFIGURATION VIA .gitattributes