1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

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

Guenther
(This used to be commit 4aa670385f)
This commit is contained in:
Günther Deschner 2004-09-21 13:46:12 +00:00 committed by Gerald (Jerry) Carter
parent d25aba1d14
commit f81761600c

View File

@ -142,6 +142,7 @@ int net_help_share(int argc, const char **argv)
"\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 @@ int net_help_printer(int argc, const char **argv)
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;
}