mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
networkctl: update column header to new 'setup' state naming
This commit is contained in:
parent
db97a66aa6
commit
2368512a31
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user