summaryrefslogtreecommitdiff
path: root/source3/torture/pdbtest.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-08-20 22:30:46 +1000
committerMichael Adam <obnox@samba.org>2010-08-22 23:20:40 +0200
commitabcfc114978fd2d065f800bcfe53f63ab567c069 (patch)
tree056bb0cd8b4fd8e8c5d1cd9baf0f59d32687f962 /source3/torture/pdbtest.c
parent0d9460a3680258744de8ecd42a90c3ba1e42832f (diff)
downloadsamba-abcfc114978fd2d065f800bcfe53f63ab567c069.tar.gz
samba-abcfc114978fd2d065f800bcfe53f63ab567c069.tar.bz2
samba-abcfc114978fd2d065f800bcfe53f63ab567c069.zip
s3:pdbtest Fix command name of pdbtest
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/torture/pdbtest.c')
-rw-r--r--source3/torture/pdbtest.c2
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");