summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-03-12 18:03:54 +0000
committerGünther Deschner <gd@samba.org>2005-03-12 18:03:54 +0000
commit2b87db8e9da7e42bc1e2362152c47b7df0c93e03 (patch)
treed054a5d9ab232925e42eae4681efc5a827cf4cf3
parentb493c491164e712f5b3cde1a45399c84a5f7d975 (diff)
downloadsamba-2b87db8e9da7e42bc1e2362152c47b7df0c93e03.tar.gz
samba-2b87db8e9da7e42bc1e2362152c47b7df0c93e03.tar.xz
samba-2b87db8e9da7e42bc1e2362152c47b7df0c93e03.zip
r5776: Fix typo (found by lieschen).
Guenther
-rw-r--r--source/utils/net_help.c2
1 files changed, 1 insertions, 1 deletions
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=<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");