1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-03 17:47:28 +03:00

networkctl: add missing dots in --help

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-10-08 18:00:45 +02:00
parent e1fac8a68a
commit 9daa657836

View File

@ -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"