26 lines
956 B
Diff
26 lines
956 B
Diff
Description: Hide -y / --yes as it doesn't do anything
|
|
Author: Florian Schlichting <fsfs@debian.org>
|
|
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415282
|
|
|
|
--- a/doc/man/cpu-ldap.8
|
|
+++ b/doc/man/cpu-ldap.8
|
|
@@ -120,8 +120,6 @@
|
|
|
|
.IP "The following options are not LDAP specific."
|
|
|
|
-.IP "-y, --yes"
|
|
-Reply yes to any questions (such as whether it is ok to remove a directory)
|
|
.IP "-h, --help"
|
|
Display help.
|
|
.IP "-v, --verbose"
|
|
--- a/src/plugins/ldap/commandline.c
|
|
+++ b/src/plugins/ldap/commandline.c
|
|
@@ -912,7 +912,6 @@
|
|
"\t-e address, --email=address : Email Address\n"
|
|
"\t-E name, --lastname=name : Last Name\n\n"
|
|
"Options that impact all operations\n\n"
|
|
- "\t-y, --yes : Yes to All\n"
|
|
"\t-h, --help : This help\n"
|
|
"\t-v, --verbose : Verbose\n"
|
|
"\t-V, --version : Version\n\n");
|