summaryrefslogtreecommitdiff
path: root/source3/utils/net_help.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-03-12 18:03:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:00 -0500
commitec066590d115da7c4c5825e6a5d50c9c2336d649 (patch)
tree3aad9b1e4a7a496dc4ea0c053c5a77844d662610 /source3/utils/net_help.c
parent5918d8a31125b189c1196a557d356c58758c719e (diff)
downloadsamba-ec066590d115da7c4c5825e6a5d50c9c2336d649.tar.gz
samba-ec066590d115da7c4c5825e6a5d50c9c2336d649.tar.bz2
samba-ec066590d115da7c4c5825e6a5d50c9c2336d649.zip
r5776: Fix typo (found by lieschen).
Guenther (This used to be commit 5c578d14ba1036354a339b0804c4500805b25747)
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r--source3/utils/net_help.c2
1 files changed, 1 insertions, 1 deletions
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=<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");