added log option to --help output
authorKevron Rees <tripzero.kev@gmail.com>
Fri, 10 May 2013 01:22:36 +0000 (18:22 -0700)
committerKevron Rees <tripzero.kev@gmail.com>
Fri, 10 May 2013 01:23:06 +0000 (18:23 -0700)
ambd/main.cpp

index 7a4c70c..ff61a67 100644 (file)
@@ -190,6 +190,7 @@ void printhelp(const char *argv0)
                   "   [-v|--version]\n"
                   "   [-c|--config </path/to/config> \t]\n"
                   "   [-d|--debug <level (0-5)>\t]\n"
+                  "   [-l]--log </path/to/logfile>\t]\n"
                   "   [-h|--help]\n"
                   , argv0);
 }