summaryrefslogtreecommitdiff
path: root/source3/utils/net_conf.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-04 21:05:51 +0100
committerMichael Adam <obnox@samba.org>2008-01-04 21:05:59 +0100
commitdee8e32d8d66fb07817f28780978cd2b928233ad (patch)
treeab74df07897786b7bd0c79e2e2631363e280bed4 /source3/utils/net_conf.c
parent34fb7839658af03da0a5f3939777ceb6576dfb42 (diff)
downloadsamba-dee8e32d8d66fb07817f28780978cd2b928233ad.tar.gz
samba-dee8e32d8d66fb07817f28780978cd2b928233ad.tar.bz2
samba-dee8e32d8d66fb07817f28780978cd2b928233ad.zip
Remove the word "registry" from the help output of the "net conf" command.
Michael (This used to be commit 8d9e3e08f3cc6a1f54661d1e54a3902ad50be191)
Diffstat (limited to 'source3/utils/net_conf.c')
-rw-r--r--source3/utils/net_conf.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/source3/utils/net_conf.c b/source3/utils/net_conf.c
index f1bf330950..1cf98aa3a2 100644
--- a/source3/utils/net_conf.c
+++ b/source3/utils/net_conf.c
@@ -24,8 +24,7 @@
*
* This currently supports local interaction with the configuration
* stored in the registry. But other backends and remote access via
- * rpc (to registry stored configuration) might get implemented in
- * the future.
+ * rpc might get implemented in the future.
*/
#include "includes.h"
@@ -847,15 +846,15 @@ int net_conf(int argc, const char **argv)
{"import", net_conf_import,
"Import configuration from file in smb.conf format."},
{"listshares", net_conf_listshares,
- "List the registry shares."},
+ "List the share names."},
{"drop", net_conf_drop,
- "Delete the complete configuration from registry."},
+ "Delete the complete configuration."},
{"showshare", net_conf_showshare,
- "Show the definition of a registry share."},
+ "Show the definition of a share."},
{"addshare", net_conf_addshare,
- "Create a new registry share."},
+ "Create a new share."},
{"delshare", net_conf_delshare,
- "Delete a registry share."},
+ "Delete a share."},
{"setparm", net_conf_setparm,
"Store a parameter."},
{"getparm", net_conf_getparm,