odhcpd: fix white space errors
[project/odhcpd.git] / src / odhcpd.c
index 22a27a4..2b0ea98 100644 (file)
@@ -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
        );
 }