svn commit: samba r5776 - branches/SAMBA_3_0/source/utils trunk/source/utils

gd at samba.org gd at samba.org
Sat Mar 12 18:03:54 GMT 2005


Author: gd
Date: 2005-03-12 18:03:54 +0000 (Sat, 12 Mar 2005)
New Revision: 5776

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5776

Log:
Fix typo (found by lieschen).

Guenther

Modified:
   branches/SAMBA_3_0/source/utils/net_help.c
   trunk/source/utils/net_help.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_help.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_help.c	2005-03-12 17:12:52 UTC (rev 5775)
+++ branches/SAMBA_3_0/source/utils/net_help.c	2005-03-12 18:03:54 UTC (rev 5776)
@@ -152,7 +152,7 @@
 	 "\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");

Modified: trunk/source/utils/net_help.c
===================================================================
--- trunk/source/utils/net_help.c	2005-03-12 17:12:52 UTC (rev 5775)
+++ trunk/source/utils/net_help.c	2005-03-12 18:03:54 UTC (rev 5776)
@@ -150,7 +150,7 @@
 	 "\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");



More information about the samba-cvs mailing list