* dump.c (dump_db): Update usage comment. Add "-rev" and
authorTom Yu <tlyu@mit.edu>
Fri, 23 Aug 2002 18:15:18 +0000 (18:15 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 23 Aug 2002 18:15:18 +0000 (18:15 +0000)
commit9fb01d4cf0f83a55abb9b0580eeca41328c6e7b9
treeb131c6dd68353b68d56c3bedb4ac5870750e4f26
parent4ec9a782dc8b5d480daa8aa735b6a6fbe9d56ddf
* dump.c (dump_db): Update usage comment.  Add "-rev" and
"-recurse" flags to permit reverse and recursive dumping of the
database, respectively.  Check for dump filename beginning with
"-" to avoid accidental dumps to such filenames.

* kdb5_util.c (usage): Update to match reality, primarily by
updating the "dump" usage, but also showing global options before
the command, which is how they were being interpreted anyway.

* kdb5_util.M: Update to match reality.  Document "-mkey_convert",
"-new_mkey_file", "-rev", and "-recurse" options to "dump".
Document "dump to stdout" behavior.  Show global options before
the command.  Make some formatting fixes.  s/binary tree/btree/
since the btree back end is actually an n-ary tree.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14757 dc483132-0cff-0310-8789-dd5450dbe970
src/kadmin/dbutil/ChangeLog
src/kadmin/dbutil/dump.c
src/kadmin/dbutil/kdb5_util.M
src/kadmin/dbutil/kdb5_util.c