From: Guus Sliepen Date: Tue, 4 Sep 2007 14:58:11 +0000 (+0000) Subject: Fix formatting of --help output. X-Git-Tag: release-1.1pre1~150 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=f8733d1935ed83399c4851a31f4be710eb8c825f Fix formatting of --help output. --- diff --git a/src/tincd.c b/src/tincd.c index d5942ce0..c0c12add 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -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"