summaryrefslogtreecommitdiff
path: root/source3/utils/net_conf.c
diff options
context:
space:
mode:
authorVicentiu Ciorbaru <cvicentiu@gmail.com>2011-08-03 23:24:09 +0300
committerMichael Adam <obnox@samba.org>2011-08-08 16:44:08 +0200
commit43f3d6ad339e7ca914f14e6e8eac3a2cf0ff09db (patch)
treeb941165af274704113fffa27ed65cae759728520 /source3/utils/net_conf.c
parent3db91e6599092e28b3b89a6a37fb45c8c7f0bdfb (diff)
downloadsamba-43f3d6ad339e7ca914f14e6e8eac3a2cf0ff09db.tar.gz
s3-net: Fixed typo in net conf
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
Diffstat (limited to 'source3/utils/net_conf.c')
-rw-r--r--source3/utils/net_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_conf.c b/source3/utils/net_conf.c
index e4b335a0a51..a79b7883442 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 <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 "