node: Add more command argument documentation

Document `--git-daemon` and describe the default values.

Signed-off-by: Slack Coder <slackcoder@server.ky>
This commit is contained in:
Slack Coder 2023-02-15 08:56:23 -05:00 committed by Alexis Sellier
parent b9ed0bc4cb
commit 76d23a3fa9
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

View File

@ -19,9 +19,11 @@ Usage
Options Options
--connect <peer> Connect to the given peer address on start --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 --help Print help
--listen <address> Address to listen on --listen <address> Address to listen on
"#; "#;
#[derive(Debug)] #[derive(Debug)]