From 0c39696b64064d34695cfcfc1ca8acd8ff85bf30 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Wed, 13 Sep 2017 15:50:20 +0100 Subject: [PATCH] Add '-f' to tpkg usage message. --- src/test/tpkg/tpkg | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/tpkg/tpkg b/src/test/tpkg/tpkg index 043d2ece..0eddaedb 100755 --- a/src/test/tpkg/tpkg +++ b/src/test/tpkg/tpkg @@ -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." }