bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] [PATCH 7/7] argp'fied argument parsing & tiny fixes


From: Alfred M. Szmidt
Subject: Re: [bug-inetutils] [PATCH 7/7] argp'fied argument parsing & tiny fixes
Date: Sat, 23 Aug 2008 05:16:26 -0400

   +const char args_doc[] = "f1 ... fn directory";

Upper case for the arguments.

   +#ifdef KERBEROS
   +  {"kerberos", 'K', NULL, 0, "Turns off all Kerberos authentication", 
GRP+1},
   +  {"realm", 'k', "REALM", 0, "Obtain tickets for the remote host in REALM"
   +    "instead of the remote host's realm", GRP+1},
   +#ifdef CRYPT
   +  {"encrypt", 'x', NULL, 0, "Encrypt all data using DES", GRP+1},
   +#endif
   +#endif

As before, thse switches should just warn that they are not supported.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]