From f8733d1935ed83399c4851a31f4be710eb8c825f Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Tue, 4 Sep 2007 14:58:11 +0000 Subject: [PATCH] Fix formatting of --help output. --- src/tincd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.20.1