From abcfc114978fd2d065f800bcfe53f63ab567c069 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 20 Aug 2010 22:30:46 +1000 Subject: s3:pdbtest Fix command name of pdbtest Signed-off-by: Michael Adam --- source3/torture/pdbtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit