chiark / gitweb /
resolve-host: properly align long arguments in help text
[elogind.git] / 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);
 }