chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2499686
)
resolve-host: properly align long arguments in help text
author
Lennart Poettering
<lennart@poettering.net>
Mon, 4 Aug 2014 14:25:14 +0000
(16:25 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Mon, 4 Aug 2014 14:25:24 +0000
(16:25 +0200)
src/resolve-host/resolve-host.c
patch
|
blob
|
history
diff --git
a/src/resolve-host/resolve-host.c
b/src/resolve-host/resolve-host.c
index 3641923e1ca99dc1b84fc4931f835007d6e418b8..3709268dd2d168e9a78ce0285b1628c8212e6704 100644
(file)
--- 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);
}