]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
ipsec: Remove `starter` as valid command in --help
authorTobias Brunner <tobias@strongswan.org>
Tue, 20 Jun 2017 09:52:41 +0000 (11:52 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 20 Jun 2017 09:52:41 +0000 (11:52 +0200)
`start` is basically the same thing.

Fixes #2362.

src/ipsec/_ipsec.in

index ea399b8c4de15c335e4b6033de5be565a7b8baef..65fadf2de77d77add5bbcd99143ad48c496a31c4 100644 (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."