From 9ccde88c5ae32991e73fbdcc0a75f60bc99327d6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 4 Aug 2014 16:25:14 +0200 Subject: [PATCH] resolve-host: properly align long arguments in help text --- src/resolve-host/resolve-host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.30.2