chiark / gitweb /
resolve-host: properly align long arguments in help text
authorLennart Poettering <lennart@poettering.net>
Mon, 4 Aug 2014 14:25:14 +0000 (16:25 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 4 Aug 2014 14:25:24 +0000 (16:25 +0200)
src/resolve-host/resolve-host.c

index 3641923e1ca99dc1b84fc4931f835007d6e418b8..3709268dd2d168e9a78ce0285b1628c8212e6704 100644 (file)
@@ -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);
 }