mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
ITS#8704 add missing opt flags in prev commit
This commit is contained in:
parent
cf074e6c1b
commit
4bdf8bf5e3
@ -181,7 +181,7 @@ int main(int argc, char *argv[])
|
||||
* -V: print version and exit
|
||||
* (default) dump only the main DB
|
||||
*/
|
||||
while ((i = getopt(argc, argv, "af:lnps:V")) != EOF) {
|
||||
while ((i = getopt(argc, argv, "af:lnps:vV")) != EOF) {
|
||||
switch(i) {
|
||||
case 'V':
|
||||
printf("%s\n", MDB_VERSION_STRING);
|
||||
|
@ -65,7 +65,7 @@ int main(int argc, char *argv[])
|
||||
* -V: print version and exit
|
||||
* (default) print stat of only the main DB
|
||||
*/
|
||||
while ((i = getopt(argc, argv, "Vaefnrs:")) != EOF) {
|
||||
while ((i = getopt(argc, argv, "Vaefnrs:v")) != EOF) {
|
||||
switch(i) {
|
||||
case 'V':
|
||||
printf("%s\n", MDB_VERSION_STRING);
|
||||
|
Loading…
Reference in New Issue
Block a user