strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e793d65
)
ipsec: Remove `starter` as valid command in --help
author
Tobias Brunner
<tobias@strongswan.org>
Tue, 20 Jun 2017 09:52:41 +0000
(11:52 +0200)
committer
Tobias 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
patch
|
blob
|
history
diff --git
a/src/ipsec/_ipsec.in
b/src/ipsec/_ipsec.in
index
ea399b8
..
65fadf2
100644
(file)
--- a/
src/ipsec/_ipsec.in
+++ b/
src/ipsec/_ipsec.in
@@
-73,7
+73,7
@@
case "$1" in
echo " rereadocspcerts|rereadacerts|rereadcrls|rereadall"
echo " purgecerts|purgecrls|purgeike|purgeocsp"
echo " scepclient|pki"
- echo " st
arter|st
roke"
+ echo " stroke"
echo " version"
echo
echo "Refer to the $IPSEC_SCRIPT(8) man page for details."