]> git.ipfire.org Git - thirdparty/krb5.git/commit
Synchronize command-line option documentation 1155/head
authorRobbie Harwood <rharwood@redhat.com>
Fri, 15 Jan 2021 20:55:01 +0000 (15:55 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 17 Feb 2021 22:42:33 +0000 (17:42 -0500)
commitbd912c8583261f1f2521a06e5c05757cec032580
treeea13ef5f13bca14a15ca237c4ed87397963245a7
parent17ee97788611f8f8f4a6bd69968a9499f4db2215
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.

ticket: 8987 (new)
tags: pullup
target_version: 1.19-next
15 files changed:
doc/admin/admin_commands/kadmin_local.rst
doc/admin/admin_commands/kpropd.rst
doc/admin/admin_commands/ktutil.rst
doc/user/user_commands/kdestroy.rst
doc/user/user_commands/kinit.rst
doc/user/user_commands/klist.rst
src/build-tools/krb5-config.in
src/clients/kinit/kinit.c
src/clients/klist/klist.c
src/kadmin/cli/kadmin.c
src/kadmin/dbutil/dump.c
src/kadmin/dbutil/kdb5_util.c
src/kadmin/dbutil/tabdump.c
src/kdc/main.c
src/kprop/kpropd.c