Skip to content

Commit

Permalink
download_assets: add --clean option to usage
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Jan 24, 2022
1 parent 979b4f1 commit 7525411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_assets
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if ($opts->{'show-dir-srcmd5'}) {
}

if ($opts->{'help'}) {
print "Usage: download_assets [--assetdir dir] [--noassetdir] [--unpack] dir...\n";
print "Usage: download_assets [--assetdir dir] [--clean] [--noassetdir] [--unpack] dir...\n";
exit(0);
}
die("Please specify at least one directory\n") unless @dirs;
Expand Down

0 comments on commit 7525411

Please sign in to comment.