networkctl: add missing dots in --help
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 8 Oct 2019 16:00:45 +0000 (18:00 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 8 Oct 2019 16:21:27 +0000 (18:21 +0200)
src/network/networkctl.c

index 5efaf47..d624bce 100644 (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"