summaryrefslogtreecommitdiff
path: root/src/network/networkctl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-08-14 01:08:46 +0200
committerLennart Poettering <lennart@poettering.net>2014-08-14 01:08:46 +0200
commit2368512a31f55e107f0cfb6e68cd4057648fd2de (patch)
treee855c28a4f6bc55bd7efd3c6cb098b794ae7ed9c /src/network/networkctl.c
parentdb97a66aa69925f7403ba3c433e86320d136567d (diff)
networkctl: update column header to new 'setup' state naming
Diffstat (limited to 'src/network/networkctl.c')
-rw-r--r--src/network/networkctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkctl.c b/src/network/networkctl.c
index f83c1f3f9f..b022f208b6 100644
--- a/src/network/networkctl.c
+++ b/src/network/networkctl.c
@@ -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)