diff options
author | Günther Deschner <gd@samba.org> | 2004-09-21 13:46:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:45 -0500 |
commit | f81761600ccd4a441ab011bc281cf3737ab9b301 (patch) | |
tree | d0e79f08693a7e4c275173446411e3a8d6bd4318 | |
parent | d25aba1d144eef4fb400b730ffde308120440d17 (diff) | |
download | samba-f81761600ccd4a441ab011bc281cf3737ab9b301.tar.gz samba-f81761600ccd4a441ab011bc281cf3737ab9b301.tar.bz2 samba-f81761600ccd4a441ab011bc281cf3737ab9b301.zip |
r2477: Document "--destination" for "net rpc [printer|share] migrate".
Guenther
(This used to be commit 4aa670385f81ab3d90a2c5dd8ba6e0190f947452)
-rw-r--r-- | source3/utils/net_help.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c index a0fc07cb5a..d6ef5e8a6c 100644 --- a/source3/utils/net_help.c +++ b/source3/utils/net_help.c @@ -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; } |