summaryrefslogtreecommitdiff
path: root/source3/utils/locktest.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-05-24 21:11:34 +0000
committerAndrew Tridgell <tridge@samba.org>2000-05-24 21:11:34 +0000
commitd29f8af77babe826158191a1caaea3846626236a (patch)
tree15f37e48b287be1a66473bd14f13c701ed70c7bb /source3/utils/locktest.c
parent0fca9817b16bdd2fe6f25fb2dd1836dac108a141 (diff)
downloadsamba-d29f8af77babe826158191a1caaea3846626236a.tar.gz
samba-d29f8af77babe826158191a1caaea3846626236a.tar.bz2
samba-d29f8af77babe826158191a1caaea3846626236a.zip
minor fixes
(This used to be commit 4d00314ec5b056101b05c38cc68dd4934c83c825)
Diffstat (limited to 'source3/utils/locktest.c')
-rw-r--r--source3/utils/locktest.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/utils/locktest.c b/source3/utils/locktest.c
index e2d05b7aa0..2c24b7d36e 100644
--- a/source3/utils/locktest.c
+++ b/source3/utils/locktest.c
@@ -456,7 +456,6 @@ static void usage(void)
"Usage:\n\
locktest //server1/share1 //server2/share2 [options..]\n\
options:\n\
- -W workgroup\n\
-U user%%pass\n\
-s seed\n\
-o numops\n\
@@ -541,9 +540,6 @@ static void usage(void)
case 'h':
usage();
exit(1);
- case 'W':
- pstrcpy(workgroup, optarg);
- break;
default:
printf("Unknown option %c (%d)\n", (char)opt, opt);
exit(1);