diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-04-20 12:23:03 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-04-20 12:23:03 +0000 |
commit | a3590ac1bd2bba75700cda856e37d76edb4f015e (patch) | |
tree | 7f6e05bceab39a2863197a11fd405e026a36f01a | |
parent | 4841189b725ca4112cd183f7d71b37a468f5ddb5 (diff) | |
download | strongswan-a3590ac1bd2bba75700cda856e37d76edb4f015e.tar.bz2 strongswan-a3590ac1bd2bba75700cda856e37d76edb4f015e.tar.xz |
wrong delimiters in ipsec.in
-rwxr-xr-x | src/ipsec/ipsec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipsec/ipsec.in b/src/ipsec/ipsec.in index 519355d35..067d24784 100755 --- a/src/ipsec/ipsec.in +++ b/src/ipsec/ipsec.in @@ -122,7 +122,7 @@ rereadsecrets|rereadgroups) exit 0 ;; listcerts|listcacerts|listaacerts|\ -listacerts\listgroups\listocspcerts|\ +listacerts|listgroups|listocspcerts|\ listcainfos|listcrls|listocsp|listall|\ rereadcacerts|rereadaacerts|rereadacerts|\ rereadocspcerts|rereadcrls|\ |