Fix formatting of --help output.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 4 Sep 2007 14:58:11 +0000 (14:58 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 4 Sep 2007 14:58:11 +0000 (14:58 +0000)
src/tincd.c

index d5942ce..c0c12ad 100644 (file)
@@ -97,7 +97,7 @@ static void usage(bool status)
                                program_name);
        else {
                printf(_("Usage: %s [option]...\n\n"), program_name);
-               printf(_("  -c, --config=DIR                     Read configuration options from DIR.\n"
+               printf(_(       "  -c, --config=DIR              Read configuration options from DIR.\n"
                                "  -D, --no-detach               Don't fork and detach.\n"
                                "  -d, --debug[=LEVEL]           Increase debug level or set it to LEVEL.\n"
                                "  -n, --net=NETNAME             Connect to net NETNAME.\n"