diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-08-20 22:30:46 +1000 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-22 23:20:40 +0200 |
commit | abcfc114978fd2d065f800bcfe53f63ab567c069 (patch) | |
tree | 056bb0cd8b4fd8e8c5d1cd9baf0f59d32687f962 /source3/torture/pdbtest.c | |
parent | 0d9460a3680258744de8ecd42a90c3ba1e42832f (diff) | |
download | samba-abcfc114978fd2d065f800bcfe53f63ab567c069.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/pdbtest.c b/source3/torture/pdbtest.c index a775791cf53..cb61489f008 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"); |