diff options
author | Amitay Isaacs <amitay@gmail.com> | 2011-07-26 13:19:29 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-07-28 15:20:53 +1000 |
commit | c2853e0246beb15a4ae66a2d57763ab509c60d54 (patch) | |
tree | 0e9125c7570591308897fafb33e2ec1f386cb566 /source4/samba_tool | |
parent | 921424fa38c850ba9e4c246ee21dcc6ef391664f (diff) | |
download | samba-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>
Diffstat (limited to 'source4/samba_tool')
-rw-r--r-- | source4/samba_tool/samba_tool.c | 2 |
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; } |