* update usage() for gss-client
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 7 Feb 2004 19:44:24 +0000 (19:44 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 7 Feb 2004 19:44:24 +0000 (19:44 +0000)
ticket: 2212

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16027 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/gss-sample/ChangeLog
src/appl/gss-sample/README
src/appl/gss-sample/gss-client.c

index 04bdc473705268a84c347fbccbd1c40b0a15f31c..01b2d975f06d8d39c335c9853d1851e68e0b88af 100644 (file)
@@ -1,3 +1,7 @@
+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
index 85232aff46ab1ebfe9893c7321c321f0d2f4669f..dc51fca1bb1aa7829a5503daad25c1b3575cb4fa 100644 (file)
@@ -84,7 +84,8 @@ is used).  The command-line options have the following meanings:
 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
index 898d0f8b68638b2e1905bbd34fb8f591f68a58f7..c3fce2db1bba39826c5bbc7682e6ccd6fa949e83 100644 (file)
@@ -46,6 +46,7 @@ static int verbose = 1;
 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);