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 | 16afa46797a4cdaa6e3b668caf6d910c08bec9b4 (patch) | |
tree | b8692ba39a59e68e89ae9f79508397ad78cc44d8 /source | |
parent | ebb160663ed55e44e44f1c3d17eb077a32c2ffb9 (diff) | |
download | samba-16afa46797a4cdaa6e3b668caf6d910c08bec9b4.tar.gz samba-16afa46797a4cdaa6e3b668caf6d910c08bec9b4.tar.xz samba-16afa46797a4cdaa6e3b668caf6d910c08bec9b4.zip |
fixed help string
Diffstat (limited to 'source')
-rw-r--r-- | source/utils/smbw_sample.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/utils/smbw_sample.c b/source/utils/smbw_sample.c index d98d5cbe22e..999dcaef477 100644 --- a/source/utils/smbw_sample.c +++ b/source/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); } } |