[krbdev.mit.edu #8987] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Wed Feb 17 17:54:11 2021: Request 8987 was acted upon. Transaction: Ticket created by [email protected] Queue: krb5 Subject: git commit Owner: [email protected] Requestors: Status: new Ticket <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. https://github.com/krb5/krb5/commit/bd912c8583261f1f2521a06e5c05757cec032580 Author: Robbie Harwood <[email protected]> Committer: Greg Hudson <[email protected]> Commit: bd912c8583261f1f2521a06e5c05757cec032580 Branch: master 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(-)