s3-net: Fixed a small typo in net conf function table
authorVicentiu Ciorbaru <cvicentiu@gmail.com>
Thu, 28 Jul 2011 12:39:34 +0000 (15:39 +0300)
committerMichael Adam <obnox@samba.org>
Mon, 8 Aug 2011 16:02:36 +0000 (18:02 +0200)
The description of the function net conf delincludes had a wrong
usage message: "net conf setincludes" instead of "net conf delincludes".

Signed-off-by: Michael Adam <obnox@samba.org>
source3/utils/net_conf.c

index a79b78834423ba183407f5246ed85f25f574b2a1..b257ce17869c7499011a2662d8031ad016d2ff2c 100644 (file)
@@ -1300,7 +1300,7 @@ int net_conf(struct net_context *c, int argc, const char **argv)
                        net_conf_delincludes,
                        NET_TRANSPORT_LOCAL,
                        N_("Delete includes from a share definition."),
-                       N_("net conf setincludes\n"
+                       N_("net conf delincludes\n"
                           "    Delete includes from a share definition.")
                },
                {NULL, NULL, 0, NULL, NULL}