]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:net: fix usage for "net rpc registry export"
authorMichael Adam <obnox@samba.org>
Wed, 16 Feb 2011 10:45:52 +0000 (11:45 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 16 Feb 2011 11:56:40 +0000 (12:56 +0100)
source3/utils/net_rpc_registry.c

index 32c202357bbd9b5d88a05b10907e091c9891fb58..c98fc076553a286b0d0efd09fcf58ce174f2d8a6 100644 (file)
@@ -2100,7 +2100,8 @@ int net_rpc_registry(struct net_context *c, int argc, const char **argv)
                        "export",
                        rpc_registry_export,
                        NET_TRANSPORT_RPC,
-                       N_("net registry export\n"
+                       N_("Export .reg file"),
+                       N_("net rpc registry export\n"
                           "    Export .reg file")
                },
                {NULL, NULL, 0, NULL, NULL}