summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2011-07-26 13:19:29 +1000
committerAndrew Tridgell <tridge@samba.org>2011-07-28 15:20:53 +1000
commitc2853e0246beb15a4ae66a2d57763ab509c60d54 (patch)
tree0e9125c7570591308897fafb33e2ec1f386cb566
parent921424fa38c850ba9e4c246ee21dcc6ef391664f (diff)
downloadsamba-c2853e0246beb15a4ae66a2d57763ab509c60d54.tar.gz
samba-c2853e0246beb15a4ae66a2d57763ab509c60d54.tar.bz2
samba-c2853e0246beb15a4ae66a2d57763ab509c60d54.zip
samba-tool: For samba-tool-c, help lists commands implemented only in C
The rest of the commands are available in python version of samba-tool. C version of samba-tool is for testing only and will be phased out once all the commands are ported to python. Signed-off-by: Andrew Tridgell <tridge@samba.org>
-rw-r--r--source4/samba_tool/samba_tool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/samba_tool/samba_tool.c b/source4/samba_tool/samba_tool.c
index 3c0f96f236..07c9f396dc 100644
--- a/source4/samba_tool/samba_tool.c
+++ b/source4/samba_tool/samba_tool.c
@@ -263,7 +263,7 @@ int net_help(struct net_context *ctx, const struct net_functable *ftable)
{
d_printf("Available commands:\n");
net_help_builtin(ftable);
- net_help_python();
+ /* net_help_python(); */
return 0;
}