diff options
author | Vicentiu Ciorbaru <cvicentiu@gmail.com> | 2011-08-03 23:24:09 +0300 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-08-08 16:44:08 +0200 |
commit | 43f3d6ad339e7ca914f14e6e8eac3a2cf0ff09db (patch) | |
tree | b941165af274704113fffa27ed65cae759728520 /source3/utils | |
parent | 3db91e6599092e28b3b89a6a37fb45c8c7f0bdfb (diff) | |
download | samba-43f3d6ad339e7ca914f14e6e8eac3a2cf0ff09db.tar.gz samba-43f3d6ad339e7ca914f14e6e8eac3a2cf0ff09db.tar.bz2 samba-43f3d6ad339e7ca914f14e6e8eac3a2cf0ff09db.zip |
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')
-rw-r--r-- | source3/utils/net_conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_conf.c b/source3/utils/net_conf.c index e4b335a0a5..a79b788344 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 " |