summaryrefslogtreecommitdiffhomepage
path: root/src/odhcpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/odhcpd.c')
-rw-r--r--src/odhcpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/odhcpd.c b/src/odhcpd.c
index 22a27a4..2b0ea98 100644
--- 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
);
}