Fix the usage messages to state -randkey, not -randpass, to conform
authorTheodore Tso <tytso@mit.edu>
Mon, 9 Sep 1996 15:15:45 +0000 (15:15 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 9 Sep 1996 15:15:45 +0000 (15:15 +0000)
with what the code (and man pages) use.

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

src/kadmin/cli/ChangeLog
src/kadmin/cli/kadmin.c

index b45d36ce8d4669452e37b6eae57ec80ccc3e2118..3a7a89601edcc222941e6e470dbd4f74e04d095c 100644 (file)
@@ -1,3 +1,9 @@
+Mon Sep  9 11:14:23 1996  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * kadmin.c: Fix the usage messages to state -randkey, not
+               -randpass, to conform with what the code (and man pages)
+               use.
+
 Thu Sep  5 20:15:12 1996  Ezra Peisach  (epeisach@mit.edu)
  
        * getdate.y: Declare a private copy of struct timeb (no-one uses
index 36395a65960dd94294220af795a41ad9304614a0..4077bd6f815dabb45592df03cac866ffa901cc2f 100644 (file)
@@ -650,7 +650,7 @@ void kadmin_cpw(argc, argv)
        krb5_free_principal(context, princ);
    usage:
        fprintf(stderr,
-               "usage: change_password [-randpass] [-pw passowrd] "
+               "usage: change_password [-randkey] [-pw passowrd] "
                "principal\n");
        return;
    }
@@ -820,7 +820,7 @@ void kadmin_addprinc_usage(func)
 {
      fprintf(stderr, "usage: %s [options] principal\n", func);
      fprintf(stderr, "\toptions are:\n");
-     fprintf(stderr, "\t\t[-expire expdate] [-pwexpire pwexpdate] [-maxlife maxtixlife]\n\t\t[-kvno kvno] [-policy policy] [-randpass] [-pw password]\n\t\t[-maxrenewlife maxrenewlife] [{+|-}attribute]\n");
+     fprintf(stderr, "\t\t[-expire expdate] [-pwexpire pwexpdate] [-maxlife maxtixlife]\n\t\t[-kvno kvno] [-policy policy] [-randkey] [-pw password]\n\t\t[-maxrenewlife maxrenewlife] [{+|-}attribute]\n");
      fprintf(stderr, "\tattributes are:\n");
      fprintf(stderr, "%s%s%s",
             "\t\tallow_postdated allow_forwardable allow_tgs_req allow_renewable\n",