projects
/
profile
/
ivi
/
automotive-message-broker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a4f8ce
)
added log option to --help output
author
Kevron Rees
<tripzero.kev@gmail.com>
Fri, 10 May 2013 01:22:36 +0000
(18:22 -0700)
committer
Kevron Rees
<tripzero.kev@gmail.com>
Fri, 10 May 2013 01:23:06 +0000
(18:23 -0700)
ambd/main.cpp
patch
|
blob
|
history
diff --git
a/ambd/main.cpp
b/ambd/main.cpp
index
7a4c70c
..
ff61a67
100644
(file)
--- a/
ambd/main.cpp
+++ b/
ambd/main.cpp
@@
-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);
}