common-updater-scripts: mention --ignore-same-hash in usage

This commit is contained in:
Jan Tojnar 2019-04-12 18:24:15 +02:00
parent a21c2fa3ea
commit ea9da648ef
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -11,6 +11,7 @@ die() {
usage() {
echo "Usage: $scriptName <attr> <version> [<new-source-hash>] [<new-source-url>]"
echo " [--version-key=<version-key>] [--system=<system>] [--file=<file-to-update>]"
echo " [--ignore-same-hash]"
}
args=()