s3-net: Fixed typo in net conf
authorVicentiu Ciorbaru <cvicentiu@gmail.com>
Wed, 3 Aug 2011 20:24:09 +0000 (23:24 +0300)
committerMichael Adam <obnox@samba.org>
Mon, 8 Aug 2011 14:44:08 +0000 (16:44 +0200)
There was a missing ']' in net conf addshare usage message.

Signed-off-by: Michael Adam <obnox@samba.org>
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Mon Aug  8 16:44:08 CEST 2011 on sn-devel-104

source3/utils/net_conf.c

index e4b335a0a517d1cb9edcf79e84a32f591194e100..a79b78834423ba183407f5246ed85f25f574b2a1 100644 (file)
@@ -91,7 +91,7 @@ static int net_conf_addshare_usage(struct net_context *c, int argc,
        d_printf("%s\n%s",
                 _("Usage:"),
                 _(" net conf addshare <sharename> <path> "
-                  "[writeable={y|N} [guest_ok={y|N} [<comment>]]\n"
+                  "[writeable={y|N} [guest_ok={y|N} [<comment>]]]\n"
                   "\t<sharename>      the new share name.\n"
                   "\t<path>           the path on the filesystem to export.\n"
                   "\twriteable={y|N}  set \"writeable to \"yes\" or "