summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-05-23 21:24:18 +0200
committerErich Eckner <git@eckner.net>2022-05-23 21:24:18 +0200
commite5f128f14d49dbd44a078b0d298a9cf768bc8101 (patch)
tree7b61ecd8324391a56dfce4cca2eff0907d090ac6
parent4b62e4583dfaa8410da7060bc7fc1ea2139da06f (diff)
downloadssh-keystore-e5f128f14d49dbd44a078b0d298a9cf768bc8101.tar.xz
scripts/gather-files: fix help text
-rwxr-xr-xscripts/gather-files2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gather-files b/scripts/gather-files
index 0798a41..89a0524 100755
--- a/scripts/gather-files
+++ b/scripts/gather-files
@@ -1,7 +1,7 @@
#!/bin/bash
if [ $# -gt 1 ]; then
- >&2 echo 'usage: '"$0"' host'
+ >&2 echo 'usage: '"$0"' [host]'
exit 1
fi