From: Günther Deschner Date: Sat, 12 Mar 2005 18:03:54 +0000 (+0000) Subject: r5776: Fix typo (found by lieschen). X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c578d14ba1036354a339b0804c4500805b25747;p=thirdparty%2Fsamba.git r5776: Fix typo (found by lieschen). Guenther --- diff --git a/source/utils/net_help.c b/source/utils/net_help.c index e25316818a5..b1c510d19e3 100644 --- a/source/utils/net_help.c +++ b/source/utils/net_help.c @@ -152,7 +152,7 @@ int net_help_share(int argc, const char **argv) "\t-M or --maxusers=\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");