diff options
Diffstat (limited to 'source3/torture/pdbtest.c')
-rw-r--r-- | source3/torture/pdbtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/pdbtest.c b/source3/torture/pdbtest.c index a775791cf5..cb61489f00 100644 --- a/source3/torture/pdbtest.c +++ b/source3/torture/pdbtest.c @@ -248,7 +248,7 @@ int main(int argc, char **argv) load_case_tables(); - pc = poptGetContext("vfstest", argc, (const char **) argv, + pc = poptGetContext("pdbtest", argc, (const char **) argv, long_options, 0); poptSetOtherOptionHelp(pc, "backend[:settings] username"); |