1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-28 11:55:23 +03:00

resolve-host: Minor wording improvement

This commit is contained in:
Lennart Poettering 2015-08-21 16:06:25 +02:00
parent f6a5fec6b9
commit 09b1fe142b

View File

@ -443,7 +443,7 @@ static void help_dns_types(void) {
const char *t;
if (arg_legend)
puts("Known dns types:");
puts("Known DNS RR types:");
for (i = 0; i < _DNS_TYPE_MAX; i++) {
t = dns_type_to_string(i);
if (t)
@ -456,7 +456,7 @@ static void help_dns_classes(void) {
const char *t;
if (arg_legend)
puts("Known dns classes:");
puts("Known DNS RR classes:");
for (i = 0; i < _DNS_CLASS_MAX; i++) {
t = dns_class_to_string(i);
if (t)