From db153f96d2135d773735ea3bea5beca5c894dfb8 Mon Sep 17 00:00:00 2001 From: Vicentiu Ciorbaru Date: Thu, 28 Jul 2011 15:39:34 +0300 Subject: s3-net: Fixed a small typo in net conf function table 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 --- source3/utils/net_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/utils/net_conf.c b/source3/utils/net_conf.c index a79b788344..b257ce1786 100644 --- a/source3/utils/net_conf.c +++ b/source3/utils/net_conf.c @@ -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} -- cgit