From 43f3d6ad339e7ca914f14e6e8eac3a2cf0ff09db Mon Sep 17 00:00:00 2001 From: Vicentiu Ciorbaru Date: Wed, 3 Aug 2011 23:24:09 +0300 Subject: [PATCH] s3-net: Fixed typo in net conf There was a missing ']' in net conf addshare usage message. Signed-off-by: Michael Adam Autobuild-User: Michael Adam Autobuild-Date: Mon Aug 8 16:44:08 CEST 2011 on sn-devel-104 --- source3/utils/net_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/utils/net_conf.c b/source3/utils/net_conf.c index e4b335a0a517..a79b78834423 100644 --- a/source3/utils/net_conf.c +++ b/source3/utils/net_conf.c @@ -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 " - "[writeable={y|N} [guest_ok={y|N} []]\n" + "[writeable={y|N} [guest_ok={y|N} []]]\n" "\t the new share name.\n" "\t the path on the filesystem to export.\n" "\twriteable={y|N} set \"writeable to \"yes\" or " -- 2.34.1