1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r5776: Fix typo (found by lieschen).

Guenther
This commit is contained in:
Günther Deschner 2005-03-12 18:03:54 +00:00 committed by Gerald (Jerry) Carter
parent 96a0f7d60c
commit 5c578d14ba

View File

@ -152,7 +152,7 @@ int net_help_share(int argc, const char **argv)
"\t-M or --maxusers=<num>\t\tmax users allowed for share\n"
"\t --acls\t\t\tcopies ACLs as well\n"
"\t --attrs\t\t\tcopies DOS Attributes as well\n"
"\t --timestampes\t\tpreserve timestampes while copying files\n"
"\t --timestamps\t\tpreserve timestamps while copying files\n"
"\t --destination\t\tmigration target server (default: localhost)\n"
"\t-e or --exclude\t\t\tlist of shares to be excluded from mirroring\n"
"\t-v or --verbose\t\t\tgive verbose output\n");