From: Lennart Poettering Date: Mon, 4 Aug 2014 14:25:14 +0000 (+0200) Subject: resolve-host: properly align long arguments in help text X-Git-Tag: v216~267 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=9ccde88c5ae32991e73fbdcc0a75f60bc99327d6 resolve-host: properly align long arguments in help text --- diff --git a/src/resolve-host/resolve-host.c b/src/resolve-host/resolve-host.c index 3641923e1..3709268dd 100644 --- a/src/resolve-host/resolve-host.c +++ b/src/resolve-host/resolve-host.c @@ -425,7 +425,7 @@ static void help(void) { " -i INTERFACE Filter by interface\n" " -t --type=TYPE Query RR with DNS type\n" " -c --class=CLASS Query RR with DNS class\n" - " --no-legend Do not print column headers\n" + " --no-legend Do not print column headers\n" , program_invocation_short_name); }