ipsec: Remove starter as valid command in --help

`start` is basically the same thing.

Fixes #2362.
This commit is contained in:
Tobias Brunner
2017-06-20 11:52:41 +02:00
parent e793d65acd
commit ee41367188
+1 -1
View File
@@ -73,7 +73,7 @@ case "$1" in
echo " rereadocspcerts|rereadacerts|rereadcrls|rereadall"
echo " purgecerts|purgecrls|purgeike|purgeocsp"
echo " scepclient|pki"
echo " starter|stroke"
echo " stroke"
echo " version"
echo
echo "Refer to the $IPSEC_SCRIPT(8) man page for details."