]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r2477: Document "--destination" for "net rpc [printer|share] migrate".
authorGünther Deschner <gd@samba.org>
Tue, 21 Sep 2004 13:46:12 +0000 (13:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:45 +0000 (10:52 -0500)
Guenther

source/utils/net_help.c

index a0fc07cb5a9cdcb1b72637e839136b9cb82c2d40..d6ef5e8a6c300d8d59d0a80ea73222ae7486d7f2 100644 (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;
 }