aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRemi Ferrand <remi.ferrand@cc.in2p3.fr>2014-11-15 11:40:11 +0100
committerTom Yu <tlyu@mit.edu>2015-12-02 13:36:14 -0500
commitd6d860410216c3e3186025b7ea4eb5f53643fa38 (patch)
treede4775ae19d69f3945d9ffc85220dd8e05290782 /src
parentaae39008de0402cc516150225de4d8feef62b2da (diff)
downloadkrb5-d6d860410216c3e3186025b7ea4eb5f53643fa38.zip
krb5-d6d860410216c3e3186025b7ea4eb5f53643fa38.tar.gz
krb5-d6d860410216c3e3186025b7ea4eb5f53643fa38.tar.bz2
Remove ksu -D flag documentation
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: 8287 (new) version_fixed: 1.13.3 status: resolved
Diffstat (limited to 'src')
-rw-r--r--src/clients/ksu/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clients/ksu/main.c b/src/clients/ksu/main.c
index e1a9352..0c05843 100644
--- a/src/clients/ksu/main.c
+++ b/src/clients/ksu/main.c
@@ -66,7 +66,7 @@ static krb5_error_code resolve_target_cache(krb5_context ksu_context,
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);
}