summaryrefslogtreecommitdiff
path: root/source3/torture/vfstest.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-08-29 16:37:39 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-08-29 16:37:39 +0000
commit52ea319236d9aab761aa1429e285ae1eead2589b (patch)
treea9ea8275ed87594d3a705c3b1414fa2250403e7f /source3/torture/vfstest.c
parent1ddc80f1b920b5c36d2ac3e0b5b32bfb02caa782 (diff)
downloadsamba-52ea319236d9aab761aa1429e285ae1eead2589b.tar.gz
samba-52ea319236d9aab761aa1429e285ae1eead2589b.tar.bz2
samba-52ea319236d9aab761aa1429e285ae1eead2589b.zip
Correct popt argument info in vfstest
Don't use global_ctx in samtest.c (This used to be commit 0428eb422b50135327daf3040067f5982f1b0b92)
Diffstat (limited to 'source3/torture/vfstest.c')
-rw-r--r--source3/torture/vfstest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/vfstest.c b/source3/torture/vfstest.c
index 824e8108bf..9f8062a02e 100644
--- a/source3/torture/vfstest.c
+++ b/source3/torture/vfstest.c
@@ -493,7 +493,7 @@ int main(int argc, char *argv[])
POPT_AUTOHELP
{"file", 'f', POPT_ARG_STRING, &filename, 0, },
{"command", 'c', POPT_ARG_STRING, &cmdstr, 0, "Execute specified list of commands" },
- {"logfile", 'l', POPT_ARG_STRING, &opt_logfile, 'l', 0, "Write output to specified logfile" },
+ {"logfile", 'l', POPT_ARG_STRING, &opt_logfile, 'l', "Write output to specified logfile" },
{ NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_debug },
{ 0, 0, 0, 0}
};