diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-27 15:13:37 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-21 10:42:40 -0700 |
commit | f67c0a28cfe3f3fc6ef2888c833e57c3d2138348 (patch) | |
tree | fe738945ef0c3131aa6390fecf283f0893893a72 /source4/scripting | |
parent | d18591c97e1856bb48fd6d288db59065530f3a9b (diff) | |
download | samba-f67c0a28cfe3f3fc6ef2888c833e57c3d2138348.tar.gz samba-f67c0a28cfe3f3fc6ef2888c833e57c3d2138348.tar.bz2 samba-f67c0a28cfe3f3fc6ef2888c833e57c3d2138348.zip |
pyglue: Mention parameters in interface_ips() docstring.
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/pyglue.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/python/pyglue.c b/source4/scripting/python/pyglue.c index c21de46798..966d82310f 100644 --- a/source4/scripting/python/pyglue.c +++ b/source4/scripting/python/pyglue.c @@ -223,6 +223,8 @@ static PyMethodDef py_misc_methods[] = { { "get_debug_level", (PyCFunction)py_get_debug_level, METH_NOARGS, "get debug level" }, { "interface_ips", (PyCFunction)py_interface_ips, METH_VARARGS, + "interface_ips(lp_ctx[, all_interfaces) -> list_of_ifaces\n" + "\n" "get interface IP address list"}, { "strcasecmp_m", (PyCFunction)py_strcasecmp_m, METH_VARARGS, "(for testing) compare two strings using Samba's strcasecmp_m()"}, |