correct arg to getopt (-P takes arg).

Submitted by:	mikeh
MFC after:	1 week
This commit is contained in:
Hajimu UMEMOTO 2001-07-02 17:50:50 +00:00
parent b29f9e40f5
commit 96fbd5a8e7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79101

View File

@ -545,7 +545,7 @@ main(int argc, char *argv[])
while ((ch = getopt(argc, argv, "c:sdf"
#ifdef IPSEC
#ifdef IPSEC_POLICY_IPSEC
"P"
"P:"
#else /* IPSEC_POLICY_IPSEC */
"AE"
#endif /* IPSEC_POLICY_IPSEC */