Add '-f' to tpkg usage message.

This commit is contained in:
Jim Hague 2017-09-13 15:50:20 +01:00
parent 57c40b147d
commit 0c39696b64
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ function usage() {
out " -b DIR\tuse DIR is a base directory in stead of ."
out " -a ARGS\tpass the string ARGS through to the test scripts"
out " -d\t\tUse directories instead of tar.gz for tpkg archive format"
out " -f\t\tForce test to be re-run if already executed"
out
out " (C) NLnetLabs, Miek Gieben. Licensed under the GPL version 2."
}