+2002-08-14 Jen Selby <jenselby@mit.edu>
+
+ * main.c: updated the usage function
+
2002-06-25 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (ksu): Don't use krb5util library.
ill specified arguments to commands */
void usage (){
- fprintf(stderr, "Usage: %s [target user] [-n principal] [-c source cachename] [-C target cachename] [-k] [-D] [-r time] [-pf] [-l lifetime] [-zZ] [-q] [-e command [args... ] ] [-a [args... ] ]\n", prog_name);
+ fprintf(stderr, "Usage: %s [target user] [-n principal] [-c source cachename] [-k] [-D] [-r time] [-pf] [-l lifetime] [-zZ] [-q] [-e command [args... ] ] [-a [args... ] ]\n", prog_name);
}
/* for Ultrix and friends ... */
+2002-08-14 Jen Selby <jenselby@mit.edu>
+
+ * dump.c: added -mkey_convert and -new_mkey_file to the usage
+ comment
+
2002-07-31 Tom Yu <tlyu@mit.edu>
* dump.c (master_key_convert): Iterate over freeing
/*
* usage is:
- * dump_db [-old] [-b6] [-b7] [-ov] [-verbose] [filename [principals...]]
+ * dump_db [-old] [-b6] [-b7] [-ov] [-verbose] [-mkey_convert]
+ * [-new_mkey_file] [filename [principals...]]
*/
void
dump_db(argc, argv)