[krbdev.mit.edu #8987] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
<URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8987 > Synchronize command-line option documentation Command-line options are described in the following places: - .rst file "SYNOPSIS" section - .rst file "OPTIONS" section - parameters to getopt() - results of getopt() that are actually handled - a usage() or xusage() function - occasionally, a long form in usage()/xusage() - occasionally, libss subcommand specifications Over time, these have drifted. Make an effort to correct this drift, marking deprecated options as such. For consistency, remove mention of long arguments that have an equivalent short form. (cherry picked from commit bd912c8583261f1f2521a06e5c05757cec032580) https://github.com/krb5/krb5/commit/c7849209027575841e95350ef0e48c54665cfe0f Author: Robbie Harwood <[email protected]> Committer: Greg Hudson <[email protected]> Commit: c7849209027575841e95350ef0e48c54665cfe0f Branch: krb5-1.19 doc/admin/admin_commands/kadmin_local.rst | 10 +++++-- doc/admin/admin_commands/kpropd.rst | 36 ++++++++++++------------ doc/admin/admin_commands/ktutil.rst | 6 +++- doc/user/user_commands/kdestroy.rst | 1 + doc/user/user_commands/kinit.rst | 10 ++++++- doc/user/user_commands/klist.rst | 6 +++- src/build-tools/krb5-config.in | 3 +- src/clients/kinit/kinit.c | 43 +++++++++++----------------- src/clients/klist/klist.c | 4 ++- src/kadmin/cli/kadmin.c | 4 +- src/kadmin/dbutil/dump.c | 11 +------ src/kadmin/dbutil/kdb5_util.c | 4 +- src/kadmin/dbutil/tabdump.c | 4 --- src/kdc/main.c | 4 +- src/kprop/kpropd.c | 8 +++--- 15 files changed, 77 insertions(+), 77 deletions(-)