From: Eric Leblond Date: Wed, 7 Nov 2012 10:32:52 +0000 (+0100) Subject: suricata: add '-V' info to usage message. X-Git-Tag: suricata-1.4rc1~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e14fe62f53ea6356ee63d388dc61cfae31c83c9;p=thirdparty%2Fsuricata.git suricata: add '-V' info to usage message. --- diff --git a/src/suricata.c b/src/suricata.c index 91dec15e6a..f87ea0dbab 100644 --- a/src/suricata.c +++ b/src/suricata.c @@ -483,6 +483,7 @@ void usage(const char *progname) printf("\t--service-remove : remove service\n"); printf("\t--service-change-params : change service startup parameters\n"); #endif /* OS_WIN32 */ + printf("\t-V : display Suricata version\n"); #ifdef UNITTESTS printf("\t-u : run the unittests and exit\n"); printf("\t-U, --unittest-filter=REGEX : filter unittests with a regex\n");