]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r5776: Fix typo (found by lieschen).
authorGünther Deschner <gd@samba.org>
Sat, 12 Mar 2005 18:03:54 +0000 (18:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:56:00 +0000 (10:56 -0500)
Guenther

source/utils/net_help.c

index e25316818a5cd62b52aae3fd25da1cd86ccc832d..b1c510d19e3eca558abca8fae1c67c958996f7b4 100644 (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");