summaryrefslogtreecommitdiffstats
path: root/src/network/networkctl.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-10-08 18:00:45 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-10-08 18:21:27 +0200
commit9daa65783688428c2cb3614f4e902731cbcee2ce (patch)
tree151fe8e0d582343f986a7d4532c0ebe3f55d10ae /src/network/networkctl.c
parentMove the Commands section above Options section (diff)
downloadsystemd-9daa65783688428c2cb3614f4e902731cbcee2ce.tar.xz
systemd-9daa65783688428c2cb3614f4e902731cbcee2ce.zip
networkctl: add missing dots in --help
Diffstat (limited to 'src/network/networkctl.c')
-rw-r--r--src/network/networkctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/networkctl.c b/src/network/networkctl.c
index 5efaf47b7f..d624bce1db 100644
--- a/src/network/networkctl.c
+++ b/src/network/networkctl.c
@@ -1756,8 +1756,8 @@ static int help(void) {
" status [PATTERN...] Show link status\n"
" lldp [PATTERN...] Show LLDP neighbors\n"
" label Show current address label entries in the kernel\n"
- " delete DEVICES.. Delete virtual netdevs\n"
- " renew DEVICES.. Renew dynamic configurations\n"
+ " delete DEVICES... Delete virtual netdevs\n"
+ " renew DEVICES... Renew dynamic configurations\n"
"\nOptions\n"
" -h --help Show this help\n"
" --version Show package version\n"