[16716] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

[krbdev.mit.edu #8987] git commit

daemon@ATHENA.MIT.EDU (Greg Hudson via RT)
Thu Feb 18 11:14:45 2021

From: "Greg Hudson via RT" <rt@krbdev.mit.edu>
In-Reply-To: 
Message-ID: <rt-4.4.4-71621-1613664851-1918.8987-5-0@mit.edu>
To: "AdminCc of krbdev.mit.edu Ticket #8987":;
Date: Thu, 18 Feb 2021 11:14:11 -0500
MIME-Version: 1.0
Reply-To: rt@krbdev.mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: krb5-bugs-bounces@mit.edu


<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 <rharwood@redhat.com>
Committer: Greg Hudson <ghudson@mit.edu>
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(-)

_______________________________________________
krb5-bugs mailing list
krb5-bugs@mit.edu
https://mailman.mit.edu/mailman/listinfo/krb5-bugs

home help back first fref pref prev next nref lref last post