samba-tool: For samba-tool-c, help lists commands implemented only in C
authorAmitay Isaacs <amitay@gmail.com>
Tue, 26 Jul 2011 03:19:29 +0000 (13:19 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 28 Jul 2011 05:20:53 +0000 (15:20 +1000)
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>
source4/samba_tool/samba_tool.c

index 3c0f96f236d20de3b9306b3c5ea360763564163b..07c9f396dccb4ca130b985491dd4b0b574378687 100644 (file)
@@ -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;
 }