diff --git a/src/main.c b/src/main.c index a7ea9a6a..3e4b08f4 100644 --- a/src/main.c +++ b/src/main.c @@ -118,6 +118,7 @@ static void usage(void) "\t-l, --plugin Plugins to include\n" "\t-L, --noplugin Plugins to exclude\n" "\t-d, --debug Enable debug output\n" + "\t-v, --version Show version\n" "\t-h, --help Show help options\n"); }