Skip to content

Commit 3960ab8

Browse files
committed
📝 Fix Command Description
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 64c628b commit 3960ab8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

safe_hashes.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ declare -A -r CHAIN_IDS=(
198198
# Utility function to display the usage information.
199199
usage() {
200200
cat <<EOF
201-
Usage: $0 [--help] [--list-networks]
202-
--network <network> --address <address> --nonce <nonce>
203-
--message <file> --interactive
201+
Usage: $0 [--help] [--version] [--list-networks]
202+
--network <network> --address <address> [--nonce <nonce>]
203+
[--message <file>] [--interactive]
204204
205205
Options:
206206
--help Display this help message

0 commit comments

Comments
 (0)