1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-04 04:58:21 +03:00

resolve-host: properly align long arguments in help text

This commit is contained in:
Lennart Poettering 2014-08-04 16:25:14 +02:00
parent 249968612f
commit 9ccde88c5a

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);
}