diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-05-20 16:30:15 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-05-20 16:30:15 +0200 |
commit | 05f1096cd84daafa4f46ccfbf401dc262c7086cc (patch) | |
tree | dd91468845b1ea978b96a4ea5d92a02c5c892ff6 /src | |
parent | e3dd6b1475b53daed0869496a649ac05d7169ba0 (diff) | |
download | strongswan-05f1096cd84daafa4f46ccfbf401dc262c7086cc.tar.bz2 strongswan-05f1096cd84daafa4f46ccfbf401dc262c7086cc.tar.xz |
removed deprecated use of ipsec pool --attr|del dns|nbns from usage()
Diffstat (limited to 'src')
-rw-r--r-- | src/libhydra/plugins/attr_sql/pool_usage.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libhydra/plugins/attr_sql/pool_usage.c b/src/libhydra/plugins/attr_sql/pool_usage.c index a671994a7..8ffb1b993 100644 --- a/src/libhydra/plugins/attr_sql/pool_usage.c +++ b/src/libhydra/plugins/attr_sql/pool_usage.c @@ -53,10 +53,6 @@ Usage:\n\ resized.\n\ timeout: Lease time in hours, 0 for static leases\n\ \n\ - ipsec pool --add dns|nbns|wins --server <server>\n\ - Add a new DNS or NBNS server to the database.\n\ - server: IPv4 or IPv6 address of a name server\n\ - \n\ ipsec pool --addattr <type> --server|--subnet|--string|--hex <value>\n\ Add a new attribute to the database.\n\ server: IPv4 or IPv6 address of a server\n\ @@ -68,10 +64,6 @@ Usage:\n\ Delete a pool from the database.\n\ name: Name of the pool to delete\n\ \n\ - ipsec pool --del dns|nbns|wins [--server <server>]\n\ - Delete a specific or all DNS or NBNS servers from the database.\n\ - server: IP address of the name server to delete\n\ - \n\ ipsec pool --delattr <type> [--server|--subnet|--string|--hex <value>]\n\ Delete a specific or all attributes of a given type from the database.\n\ server: IPv4 or IPv6 address of a server\n\ |