diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-19 21:44:16 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-19 21:44:53 -0500 |
commit | d9000fd3b3ad0728832007f56e9cafacfbbe54e7 (patch) | |
tree | abf63e1a914fce413f8121b6c6e5b84a881c8208 /src/network/networkctl.c | |
parent | 12f15e596a3040f32bb8c9aa9d0bf9b43fc96567 (diff) |
man: add networkctl(1)
Diffstat (limited to 'src/network/networkctl.c')
-rw-r--r-- | src/network/networkctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkctl.c b/src/network/networkctl.c index f7e300b442..aa83f32f53 100644 --- a/src/network/networkctl.c +++ b/src/network/networkctl.c @@ -1018,7 +1018,7 @@ static void help(void) { " -a --all Show status for all links\n\n" "Commands:\n" " list List links\n" - " status LINK Show link status\n" + " status [LINK...] Show link status\n" " lldp Show lldp information\n" , program_invocation_short_name); } |