From c2853e0246beb15a4ae66a2d57763ab509c60d54 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Tue, 26 Jul 2011 13:19:29 +1000 Subject: 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 --- source4/samba_tool/samba_tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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; } -- cgit