]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Remove ksu -D flag documentation
authorRemi Ferrand <remi.ferrand@cc.in2p3.fr>
Sat, 15 Nov 2014 10:40:11 +0000 (11:40 +0100)
committerTom Yu <tlyu@mit.edu>
Thu, 10 Dec 2015 22:33:31 +0000 (17:33 -0500)
ksu -D does not work in the default build, so we should not document
it.  Remove any mention of it from the usage message and from ksu.rst.

[ghudson@mit.edu: edited commit message; omit change to generated man
page]

(cherry picked from commit f4e3e096af73254f208d0fc0632db12fc559e1ad)

ticket: 8318 (new)
version_fixed: 1.12.5
status: resolved

doc/user/user_commands/ksu.rst
src/clients/ksu/main.c

index 975c8989fbc9c803e002c3ee6490de6e68026f2f..b2f9121f0f767471bd80b711e8e247a462ad7147 100644 (file)
@@ -11,7 +11,6 @@ SYNOPSIS
 [ **-n** *target_principal_name* ]
 [ **-c** *source_cache_name* ]
 [ **-k** ]
-[ **-D** ]
 [ **-r** time ]
 [ **-pf** ]
 [ **-l** *lifetime* ]
@@ -229,9 +228,6 @@ OPTIONS
     shell or a command (**-e** command).  Without **-k**, ksu deletes
     the target cache.
 
-**-D**
-    Turn on debug mode.
-
 **-z**
     Restrict the copy of tickets from the source cache to the target
     cache to only the tickets where client == the target principal
index 233eb52ef3c1869990ea6c82857146c5d14fce7b..cad816eea96df6efee450860b60ab360fe62ec4a 100644 (file)
@@ -60,7 +60,7 @@ char * get_dir_of_file();
 void usage (){
     fprintf(stderr,
             _("Usage: %s [target user] [-n principal] [-c source cachename] "
-              "[-k] [-D] [-r time] [-pf] [-l lifetime] [-zZ] [-q] "
+              "[-k] [-r time] [-pf] [-l lifetime] [-zZ] [-q] "
               "[-e command [args... ] ] [-a [args... ] ]\n"), prog_name);
 }