summaryrefslogtreecommitdiff
path: root/source3/utils/smbw_sample.c
diff options
context:
space:
mode:
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);
}
}