chiark / gitweb /
networkctl: update column header to new 'setup' state naming
[elogind.git] / src / network / networkctl.c
index f83c1f3f9fa64dd94353872e9a353fc5ca79afd4..b022f208b6281e1fcd8ada0c412542a30b47facd 100644 (file)
@@ -184,7 +184,7 @@ static int list_links(char **args, unsigned n) {
         }
 
         if (arg_legend)
-                printf("%3s %-16s %-10s %-11s %-10s\n", "IDX", "LINK", "TYPE", "ADMIN", "OPERATIONAL");
+                printf("%3s %-16s %-10s %-11s %-10s\n", "IDX", "LINK", "TYPE", "SETUP", "OPERATIONAL");
 
         c = decode_and_sort_links(reply, &links);
         if (c < 0)