Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: Add more command argument documentation
Slack Coder committed 3 years ago
commit 76d23a3fa919738f65fa84981c9d9560e150cf1d
parent b9ed0bc4cb61807adbdab559cbe3b1ae47d9a70c
1 file changed +3 -1
modified radicle-node/src/main.rs
@@ -19,9 +19,11 @@ Usage
Options

    --connect          <peer>        Connect to the given peer address on start
-
    --external-address <address>     Publicly accessible address
+
    --external-address <address>     Publicly accessible address (default 0.0.0.0:8776)
+
    --git-daemon       <address>     Address to bind git-daemon to (default 0.0.0.0:9418)
    --help                           Print help
    --listen           <address>     Address to listen on
+

"#;

#[derive(Debug)]