Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: Fix CLI help message
Alexis Sellier committed 2 years ago
commit 70e199dd09ea46055924d2a94eaef44a83c679c2
parent f823916ea4863576dcbb23e16c432fa4d1c6ae0a
1 file changed +5 -1
modified radicle-node/src/main.rs
@@ -24,10 +24,14 @@ Usage

   radicle-node [<option>...]

+
   If you're running a public seed node, make sure to use `--listen` to bind a listening socket to
+
   eg. `0.0.0.0:8776`, and `--external-address` to advertize your public/external address to the
+
   network.
+

Options

    --connect            <peer>         Connect to the given peer address on start
-
    --external-address   <address>      Publicly accessible address (default 0.0.0.0:8776)
+
    --external-address   <address>      Publicly accessible address (may be specified multiple times)
    --git-daemon         <address>      Address to bind git-daemon to (default 0.0.0.0:9418)
    --tracking-policy    (track|block)  Default tracking policy
    --tracking-scope     (trusted|all)  Default scope for tracking policies