From 359914d16a02262f17e553c57ac072471b5ec71f Mon Sep 17 00:00:00 2001 From: Bob Idle <102661087+bobidle@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:41:45 +0100 Subject: [PATCH] push_pkg: fix typo in help page (#3106) --- contrib/push_pkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/push_pkg.sh b/contrib/push_pkg.sh index df431e08..4b3bc648 100755 --- a/contrib/push_pkg.sh +++ b/contrib/push_pkg.sh @@ -10,7 +10,7 @@ build_only=0 preserve_config=1 print_help() { - echo "$0 [OPTIONS] PACAKGE_DIR [PACKAGE_DIR] ..." + echo "$0 [OPTIONS] PACKAGE_DIR [PACKAGE_DIR] ..." echo "" echo " -h print this help" echo " -r HOST use a remote machine as target machine. By default if this" -- GitLab