1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00

lvmdbusd: Correct utils.add_no_notify doc

This commit is contained in:
Tony Asleson 2017-03-09 16:04:24 -06:00
parent 00143753ee
commit 075f8e658c

View File

@ -503,9 +503,11 @@ def add_no_notify(cmdline):
"""
Given a command line to execute we will see if `--config` is present, if it
is we will add the global/notify_dbus=0 to it, otherwise we will append it
to the end
:param cmdline:
to the end of the list.
:param: cmdline: The command line to inspect
:type: cmdline: list
:return: cmdline with notify_dbus config option present
:rtype: list
"""
if 'help' in cmdline: