From feee26f3a172480fcfc2ed84ca8a3a5c26a7bcf7 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 16 Aug 2004 18:10:35 +0000 Subject: [PATCH] reverse help strings for --no-gss-bindings and --no-gss-delegate git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14128 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appl/ftp/ftp/main.c b/appl/ftp/ftp/main.c index 69975023f..44a55d664 100644 --- a/appl/ftp/ftp/main.c +++ b/appl/ftp/ftp/main.c @@ -61,9 +61,9 @@ struct getargs getargs[] = { "Packet tracing", NULL}, #ifdef KRB5 { "gss-bindings", 0, arg_negative_flag, &ftp_do_gss_bindings, - "Use GSS-API bindings", NULL}, + "Don't use GSS-API bindings", NULL}, { "gss-delegate", 0, arg_negative_flag, &ftp_do_gss_delegate, - "Delegate GSS-API credential", NULL}, + "Disable delegation of GSS-API credentials", NULL}, #endif { NULL, 'v', arg_counter, &verbose, "verbosity", NULL},