projects
/
project
/
odhcpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8df4253
)
odhcpd: fix white space errors
author
Hans Dedecker
<dedeckeh@gmail.com>
Fri, 10 Feb 2017 09:24:20 +0000
(10:24 +0100)
committer
Hans Dedecker
<dedeckeh@gmail.com>
Fri, 10 Feb 2017 09:24:39 +0000
(10:24 +0100)
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
src/odhcpd.c
patch
|
blob
|
history
diff --git
a/src/odhcpd.c
b/src/odhcpd.c
index 22a27a4f7a5b53081dccdc6bf89bd2f7f6f612e9..2b0ea985c1c308c428af73cd352f0580b3289640 100644
(file)
--- a/
src/odhcpd.c
+++ b/
src/odhcpd.c
@@
-63,8
+63,8
@@
static void print_usage(const char *app)
{
printf(
"== %s Usage ==\n\n"
-
" -h, --help Print this help\n"
-
" -l level Specify log level 0..7 (default %d)\n",
+ " -h, --help Print this help\n"
+ " -l level Specify log level 0..7 (default %d)\n",
app, LOG_WARNING
);
}