resolve-host: properly align long arguments in help text

This commit is contained in:
Lennart Poettering
2014-08-04 16:25:24 +02:00
parent 249968612f
commit 9ccde88c5a
+1 -1
View 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);
}