summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/dbus/lvmdbustest.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/dbus/lvmdbustest.py b/test/dbus/lvmdbustest.py
index 2a65466b9..6c928e25c 100755
--- a/test/dbus/lvmdbustest.py
+++ b/test/dbus/lvmdbustest.py
@@ -119,7 +119,9 @@ def call_lvm(command):
"""
Call lvm executable and return a tuple of exitcode, stdout, stderr
:param command: Command to execute
- :param debug: Dump debug to stdout
+ :type command: list
+ :returns (exitcode, stdout, stderr)
+ :rtype (int, str, str)
"""
# Prepend the full lvm executable so that we can run different versions