diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-08-09 00:11:01 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-08-09 00:11:01 +0000 |
commit | 0d7df3ee013bbad33a4fa230e0941c5021af0a71 (patch) | |
tree | 2b9b897e58f6f8af66c9aa329f66aba1bea136c7 /source3/utils/smbw_sample.c | |
parent | 04de6d02584aa431cbd99e057407ffeb3bdc413d (diff) | |
download | samba-0d7df3ee013bbad33a4fa230e0941c5021af0a71.tar.gz |
fixed help string
(This used to be commit 16afa46797a4cdaa6e3b668caf6d910c08bec9b4)
Diffstat (limited to 'source3/utils/smbw_sample.c')
-rw-r--r-- | source3/utils/smbw_sample.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/utils/smbw_sample.c b/source3/utils/smbw_sample.c index d98d5cbe22e..999dcaef477 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); } } |