summaryrefslogtreecommitdiff
path: root/src/anytun.cpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-28 10:53:05 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-28 10:53:05 +0000
commit9e0b7d81ba534ef469b751b59a6f222329f8f674 (patch)
tree9e2d1bd7769c6af6106ab93de16feb673ce08ca9 /src/anytun.cpp
parentsetting device status to up after ifconfig (diff)
merged options parser
Diffstat (limited to 'src/anytun.cpp')
-rw-r--r--src/anytun.cpp1
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);
}