Skip to content

Commit

Permalink
squash! scripts : add --outdir option to hf.sh
Browse files Browse the repository at this point in the history
Fix format of the --outdir option in the usage message.

Signed-off-by: Daniel Bevenius <[email protected]>
  • Loading branch information
danbev committed Apr 11, 2024
1 parent 0d8017d commit f489c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function log {
}

function usage {
log "Usage: $0 [[--url] <url>] [--repo <repo>] [--file <file>] [--outdir dir [-h|--help]"
log "Usage: $0 [[--url] <url>] [--repo <repo>] [--file <file>] [--outdir <dir> [-h|--help]"
exit 1
}

Expand Down

0 comments on commit f489c6b

Please sign in to comment.