From 0a11d93646e3a8ba9a70e34a8d4874271160bdb0 Mon Sep 17 00:00:00 2001 From: "Angelos D. Keromytis" Date: Fri, 26 Feb 1999 02:04:53 +0000 Subject: Pretty usage message. --- sbin/ipsecadm/ipsecadm.c | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'sbin') diff --git a/sbin/ipsecadm/ipsecadm.c b/sbin/ipsecadm/ipsecadm.c index 0db688bcb62..d83737ad810 100644 --- a/sbin/ipsecadm/ipsecadm.c +++ b/sbin/ipsecadm/ipsecadm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsecadm.c,v 1.9 1999/02/25 22:32:05 angelos Exp $ */ +/* $OpenBSD: ipsecadm.c,v 1.10 1999/02/26 02:04:52 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -170,22 +170,22 @@ usage() fprintf(stderr, "usage: ipsecadm [command] \n" "\tCommands: new esp, old esp, new ah, old ah, group, delspi, ip4, flow\n" "\tPossible modifiers:\n" - "\t\t-enc \t encryption algorithm\n" - "\t\t-auth \t authentication algorithm\n" - "\t\t-src \t source address to be used\n" - "\t\t-halfiv\t use 4-byte IV in old ESP\n" - "\t\t-forcetunnel\t force tunneling even when not necessary\n" - "\t\t-dst \t destination address to be used\n" - "\t\t-proxy \t proxy address to be used\n" - "\t\t-spi \t SPI to be used\n" - "\t\t-key \t key material to be used\n" - "\t\t-authkey \t key material for auth in new esp\n" - "\t\t-proto \t security protocol\n" - "\t\t-chain\t\t SPI chain delete\n" - "\t\t-transport \t protocol number for flow\n" - "\t\t-addr \t subnets for flow\n" - "\t\t-delete\t\t delete specified flow\n" - "\t\t-local\t\t also create a local flow\n" + "\t -enc \t\t\t encryption algorithm\n" + "\t -auth \t\t\t authentication algorithm\n" + "\t -src \t\t\t source address to be used\n" + "\t -halfiv\t\t\t use 4-byte IV in old ESP\n" + "\t -forcetunnel\t\t\t force IP-in-IP encapsulation\n" + "\t -dst \t\t\t destination address to be used\n" + "\t -proxy \t\t\t proxy address to be used\n" + "\t -spi \t\t\t SPI to be used\n" + "\t -key \t\t\t key material to be used\n" + "\t -authkey \t\t key material for auth in new esp\n" + "\t -proto \t\t\t security protocol\n" + "\t -chain\t\t\t SPI chain delete\n" + "\t -transport \t\t protocol number for flow\n" + "\t -addr \t subnets for flow\n" + "\t -delete\t\t\t delete specified flow\n" + "\t -local\t\t\t also create a local flow\n" "\talso: dst2, spi2, proto2\n" ); } -- cgit v1.2.3