From ae9b990d2834ef99fa1aebb70095dc7fcf3806dd Mon Sep 17 00:00:00 2001 From: William Douglas Date: Thu, 24 May 2012 14:46:18 -0700 Subject: [PATCH] add short option check for test mode Signed-off-by: William Douglas --- src/corewatcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corewatcher.c b/src/corewatcher.c index 5dc83bd..af4d920 100644 --- a/src/corewatcher.c +++ b/src/corewatcher.c @@ -107,7 +107,7 @@ int main(int argc, char**argv) int c; int i; - c = getopt_long(argc, argv, "adnh", opts, &i); + c = getopt_long(argc, argv, "adnth", opts, &i); if (c == -1) break; -- 2.7.4