mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
Change klog.krb5 -lifetime option help description
Change the klog.krb5 -lifetime help description to show this option is ignored. This option name was copied from the krb4 command but is not implemented for the krb5 version. It is retained for command line syntax compatibility. Change-Id: I7f4e81609cf3613a7173e2b6f2e6b1bfb8cd4dc8 Reviewed-on: https://gerrit.openafs.org/15045 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
This commit is contained in:
parent
dea6422b35
commit
f0c9fe7f89
@ -129,7 +129,7 @@ main(int argc, char *argv[])
|
||||
cmd_AddParm(ts, "-silent", CMD_FLAG, CMD_OPTIONAL, "silent operation");
|
||||
/* Note: -lifetime is not implemented in this version of klog. */
|
||||
cmd_AddParm(ts, "-lifetime", CMD_SINGLE, CMD_OPTIONAL,
|
||||
"ticket lifetime in hh[:mm[:ss]]");
|
||||
"ignored (for compatibility with the krb4-based klog)");
|
||||
cmd_AddParm(ts, "-setpag", CMD_FLAG, CMD_OPTIONAL,
|
||||
"Create a new setpag before authenticating");
|
||||
cmd_AddParm(ts, "-tmp", CMD_FLAG, CMD_OPTIONAL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user