diff options
author | Vicentiu Ciorbaru <cvicentiu@gmail.com> | 2011-07-28 15:39:34 +0300 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-08-08 18:02:36 +0200 |
commit | db153f96d2135d773735ea3bea5beca5c894dfb8 (patch) | |
tree | 4bdae076a1b1813c138d8b3069ec9c4b7efc51d8 /source3 | |
parent | 7542d8d03d31373d55acc2e232ef15aa26bec89f (diff) | |
download | samba-db153f96d2135d773735ea3bea5beca5c894dfb8.tar.gz samba-db153f96d2135d773735ea3bea5beca5c894dfb8.tar.bz2 samba-db153f96d2135d773735ea3bea5beca5c894dfb8.zip |
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 <obnox@samba.org>
Diffstat (limited to 'source3')
-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 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} |