diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-04-22 02:40:02 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-04-22 02:40:02 +0000 |
commit | fdc4a0835997b1f34ac1deaab828bd329b1dc4b8 (patch) | |
tree | 0b740b86b74f104080f0fbd32212fcd4e4ec11b5 | |
parent | 39daeeadd16f12c9a735eb0fb0f0c6e611407583 (diff) |
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" |