diff options
Diffstat (limited to 'src/anytun.cpp')
-rw-r--r-- | src/anytun.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/anytun.cpp b/src/anytun.cpp index eb695cf..19c4587 100644 --- a/src/anytun.cpp +++ b/src/anytun.cpp @@ -332,6 +332,7 @@ int main(int argc, char* argv[]) { bool result = gOpt.parse(argc, argv); if(!result) { + cLog.msg(Log::PRIO_NOTICE) << "printing help text and exitting"; gOpt.printUsage(); exit(0); } |