summaryrefslogtreecommitdiff
path: root/source3/utils/smbw_sample.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-08-09 00:11:01 +0000
committerAndrew Tridgell <tridge@samba.org>2000-08-09 00:11:01 +0000
commit0d7df3ee013bbad33a4fa230e0941c5021af0a71 (patch)
tree2b9b897e58f6f8af66c9aa329f66aba1bea136c7 /source3/utils/smbw_sample.c
parent04de6d02584aa431cbd99e057407ffeb3bdc413d (diff)
downloadsamba-0d7df3ee013bbad33a4fa230e0941c5021af0a71.tar.gz
samba-0d7df3ee013bbad33a4fa230e0941c5021af0a71.tar.bz2
samba-0d7df3ee013bbad33a4fa230e0941c5021af0a71.zip
fixed help string
(This used to be commit 16afa46797a4cdaa6e3b668caf6d910c08bec9b4)
Diffstat (limited to 'source3/utils/smbw_sample.c')
-rw-r--r--source3/utils/smbw_sample.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/utils/smbw_sample.c b/source3/utils/smbw_sample.c
index d98d5cbe22..999dcaef47 100644
--- a/source3/utils/smbw_sample.c
+++ b/source3/utils/smbw_sample.c
@@ -16,7 +16,7 @@ smbw_sample <options> path
-l logfile
-P prefix
-d debuglevel
- -U username%password
+ -U username%%password
-R resolve order
note that path must start with /smb/
@@ -64,6 +64,7 @@ int main(int argc, char *argv[])
case 'h':
default:
usage();
+ exit(1);
}
}