From e5f128f14d49dbd44a078b0d298a9cf768bc8101 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 23 May 2022 21:24:18 +0200 Subject: scripts/gather-files: fix help text --- scripts/gather-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf