diff options
author | 2000-04-22 02:40:01 +0000 | |
---|---|---|
committer | 2000-04-22 02:40:01 +0000 | |
commit | 29fd81e55d4ebaa41d721f073333987a1b3a6665 (patch) | |
tree | f06de0be7de53d694ccee8f347d4b996b6c0d9cb | |
parent | Change the example to use -keyfile/-authkeyfile, add a sentence on why (diff) | |
download | wireguard-openbsd-29fd81e55d4ebaa41d721f073333987a1b3a6665.tar.xz wireguard-openbsd-29fd81e55d4ebaa41d721f073333987a1b3a6665.zip |
Slight clarification in usage.
-rw-r--r-- | sbin/ipsecadm/ipsecadm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipsecadm/ipsecadm.c b/sbin/ipsecadm/ipsecadm.c index 6730ee67a96..1404b397ad5 100644 --- a/sbin/ipsecadm/ipsecadm.c +++ b/sbin/ipsecadm/ipsecadm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsecadm.c,v 1.35 2000/04/22 01:53:41 angelos Exp $ */ +/* $OpenBSD: ipsecadm.c,v 1.36 2000/04/22 02:40:01 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -197,7 +197,7 @@ usage() "\t -key <val>\t\t\tkey material to be used\n" "\t -keyfile <file>\t\tfile to read key material from\n" "\t -authkey <val>\t\tkey material for auth in new esp\n" - "\t -authkeyfile <file>\t\tfile to read key material from\n" + "\t -authkeyfile <file>\t\tfile to read authkey material from\n" "\t -proto <val>\t\t\tsecurity protocol\n" "\t -chain\t\t\tSPI chain delete\n" "\t -transport <val>\t\tprotocol number for flow\n" |