diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-05-31 11:34:38 +0200 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-05-31 11:34:38 +0200 |
commit | 1924f2f4ab1504aa6a8bdc8b07c25ae58ca18d3a (patch) | |
tree | ff0e700fdf69597e83eb9425a0d1b513854fd19f /sshtool | |
parent | bdc7376df4b3116ecd2b5576d1bf2e26ff7878ed (diff) | |
download | nixcfg-1924f2f4ab1504aa6a8bdc8b07c25ae58ca18d3a.tar.gz nixcfg-1924f2f4ab1504aa6a8bdc8b07c25ae58ca18d3a.zip |
sshtool: improve usage message
Diffstat (limited to 'sshtool')
-rwxr-xr-x | sshtool | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ CMDFILE=./$(basename $CMDFILE) CLUSTER="$1" if [ -z "$CLUSTER" ] || [ ! -d "cluster/$CLUSTER" ]; then - echo "Usage: $CMDFILE <cluster name>" + echo "Usage: $CMDFILE <cluster name> [host1] [host2] [...]" echo "The cluster name must be the name of a subdirectory of cluster/" exit 1 fi |