Merge pull request #335 from banburybill/develop

Add '-f' to tpkg usage message.
This commit is contained in:
wtoorop 2017-09-13 16:52:12 +02:00 committed by GitHub
commit 645c6f31cc
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."
}