From f489c6bc0eb367725d24157094e8a060b600df03 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 11 Apr 2024 13:40:31 +0200 Subject: [PATCH] squash! scripts : add --outdir option to hf.sh Fix format of the --outdir option in the usage message. Signed-off-by: Daniel Bevenius --- scripts/hf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hf.sh b/scripts/hf.sh index 30a91c1f7032d..58f83d6fe92a5 100755 --- a/scripts/hf.sh +++ b/scripts/hf.sh @@ -14,7 +14,7 @@ function log { } function usage { - log "Usage: $0 [[--url] ] [--repo ] [--file ] [--outdir dir [-h|--help]" + log "Usage: $0 [[--url] ] [--repo ] [--file ] [--outdir [-h|--help]" exit 1 }