1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

fixed help string

This commit is contained in:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent ebb160663e
commit 16afa46797

View File

@ -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);
}
}