summaryrefslogtreecommitdiff
path: root/source/utils/pdbedit.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-03-23 00:12:54 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-03-23 00:12:54 +0000
commit99de90adc98b8d5354c769dcd25cc1f34d3769e9 (patch)
treeac8563efed3421ac766a2663fbb4ff02373648f5 /source/utils/pdbedit.c
parent33097cc6610380c373c121380e51d5656955971b (diff)
downloadsamba-99de90adc98b8d5354c769dcd25cc1f34d3769e9.tar.gz
Move -V to -C to prevent conflict with -V for version
Diffstat (limited to 'source/utils/pdbedit.c')
-rw-r--r--source/utils/pdbedit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/utils/pdbedit.c b/source/utils/pdbedit.c
index affcc75d67b..17e184ea872 100644
--- a/source/utils/pdbedit.c
+++ b/source/utils/pdbedit.c
@@ -508,8 +508,9 @@ int main (int argc, char **argv)
{"import", 'i', POPT_ARG_STRING, &backend_in, 0, "import user accounts from this backend", NULL},
{"export", 'e', POPT_ARG_STRING, &backend_out, 0, "export user accounts to this backend", NULL},
{"account-policy", 'P', POPT_ARG_STRING, &account_policy, 0,"value of an account policy (like maximum password age)",NULL},
- {"value", 'V', POPT_ARG_LONG, &account_policy_value, 'V',"set the account policy to this value", NULL},
+ {"value", 'C', POPT_ARG_LONG, &account_policy_value, 'C',"set the account policy to this value", NULL},
{"account-control", 'c', POPT_ARG_STRING, &account_control, 0, "Values of account control", NULL},
+ POPT_COMMON_SAMBA
{ NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_debug },
{ NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_configfile },
{0,0,0,0}