From: David Tardon Date: Sun, 28 May 2023 20:30:48 +0000 (+0200) Subject: resolvectl: drop extra colon X-Git-Tag: v254-rc1~350 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e30b4c13570a5e4ec794d480d5371e9c739570d9;p=thirdparty%2Fsystemd.git resolvectl: drop extra colon --- diff --git a/src/resolve/resolvectl.c b/src/resolve/resolvectl.c index 2638e985fb4..e65fbbcbab3 100644 --- a/src/resolve/resolvectl.c +++ b/src/resolve/resolvectl.c @@ -1165,7 +1165,7 @@ static int show_statistics(int argc, char **argv, void *userdata) { TABLE_UINT64, n_dnssec_insecure, TABLE_FIELD, "Bogus", TABLE_UINT64, n_dnssec_bogus, - TABLE_FIELD, "Indeterminate:", + TABLE_FIELD, "Indeterminate", TABLE_UINT64, n_dnssec_indeterminate); if (r < 0) return table_log_add_error(r);