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

gd at samba.org gd at samba.org
Tue Sep 21 13:46:12 GMT 2004


Author: gd
Date: 2004-09-21 13:46:12 +0000 (Tue, 21 Sep 2004)
New Revision: 2477

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2477&nolog=1

Log:
Document "--destination" for "net rpc [printer|share] migrate".

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	2004-09-21 13:31:57 UTC (rev 2476)
+++ branches/SAMBA_3_0/source/utils/net_help.c	2004-09-21 13:46:12 UTC (rev 2477)
@@ -142,6 +142,7 @@
 	 "\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      --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");
 	return -1;
@@ -186,7 +187,8 @@
 	net_common_methods_usage(argc, argv);
 	net_common_flags_usage(argc, argv);
 	d_printf(
-	 "\t-v or --verbose\t\t\tgive verbose output\n");
+	 "\t-v or --verbose\t\t\tgive verbose output\n"
+	 "\t      --destination\t\tmigration target server (default: localhost)\n");
 
 	return -1;
 }

Modified: trunk/source/utils/net_help.c
===================================================================
--- trunk/source/utils/net_help.c	2004-09-21 13:31:57 UTC (rev 2476)
+++ trunk/source/utils/net_help.c	2004-09-21 13:46:12 UTC (rev 2477)
@@ -142,6 +142,7 @@
 	 "\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      --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");
 	return -1;
@@ -186,7 +187,8 @@
 	net_common_methods_usage(argc, argv);
 	net_common_flags_usage(argc, argv);
 	d_printf(
-	 "\t-v or --verbose\t\t\tgive verbose output\n");
+	 "\t-v or --verbose\t\t\tgive verbose output\n"
+	 "\t      --destination\t\tmigration target server (default: localhost)\n");
 
 	return -1;
 }



More information about the samba-cvs mailing list