diff options
author | Alex <alex@adnab.me> | 2024-01-16 13:33:43 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-01-16 13:33:43 +0000 |
commit | 9cfeea389a1274d4d3c1f4b7072b0c056af410ef (patch) | |
tree | d2e1b706c14f3c3461218cc659cd5c59d201bea8 /src/garage/cli/init.rs | |
parent | 707d85f60293099e75e5aa821c0ee66796fdaa5b (diff) | |
parent | 82a29bf6e5bf3f0d616b3214db02eb063d7a15b4 (diff) | |
download | garage-9cfeea389a1274d4d3c1f4b7072b0c056af410ef.tar.gz garage-9cfeea389a1274d4d3c1f4b7072b0c056af410ef.zip |
Merge pull request 'CLI help, comments & messages: make clear that full-length node ID = public key' (#688) from rename-public-key into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/688
Diffstat (limited to 'src/garage/cli/init.rs')
-rw-r--r-- | src/garage/cli/init.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/garage/cli/init.rs b/src/garage/cli/init.rs index 20813f1c..43ca5c09 100644 --- a/src/garage/cli/init.rs +++ b/src/garage/cli/init.rs @@ -43,7 +43,7 @@ pub fn node_id_command(config_file: PathBuf, quiet: bool) -> Result<(), Error> { idstr ); eprintln!( - "where <remote_node> is their own node identifier in the format: <pubkey>@<ip>:<port>" + "where <remote_node> is their own node identifier in the format: <full-node-id>@<ip>:<port>" ); eprintln!(); eprintln!("This node identifier can also be added as a bootstrap node in other node's garage.toml files:"); |