ticket: 2212
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16027
dc483132-0cff-0310-8789-
dd5450dbe970
+2004-02-06 Jeffrey Altman <jaltman@mit.edu>
+
+ * Update usage() for gss-client
+
2004-02-06 Jeffrey Altman <jaltman@mit.edu>
* Add new command line switches to the gss-client
The client's command line usage is
gss-client [-port port] [-mech mechanism] [-d] [-f] [-q]
- [-ccount count] [-mcount count] [-na] [-nw] [-nx] [-nm]
+ [-seq] [-noreplay] [-nomutual]
+ [-ccount count] [-mcount count] [-na] [-nw] [-nx] [-nm]
host service_name msg
where host is the host running the server, service_name is the service
static void usage()
{
fprintf(stderr, "Usage: gss-client [-port port] [-mech mechanism] [-d]\n");
+ fprintf(stderr, " [-seq] [-noreplay] [-nomutual]\n");
fprintf(stderr, " [-f] [-q] [-ccount count] [-mcount count]\n");
fprintf(stderr, " [-v1] [-na] [-nw] [-nx] [-nm] host service msg\n");
exit(1);