From ec066590d115da7c4c5825e6a5d50c9c2336d649 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sat, 12 Mar 2005 18:03:54 +0000 Subject: r5776: Fix typo (found by lieschen). Guenther (This used to be commit 5c578d14ba1036354a339b0804c4500805b25747) --- source3/utils/net_help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c index e25316818a..b1c510d19e 100644 --- a/source3/utils/net_help.c +++ b/source3/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"); -- cgit