Document what kind of lib_name LdPreload expects

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2020-03-07 13:57:50 -05:00
parent 337d80c847
commit 8cb8e315eb

View file

@ -39,7 +39,7 @@ class LdPreload(Action):
""" """
Create an LdPreload action. Create an LdPreload action.
:param lib_name: the name of the library :param lib_name: the name of the library (e.g. 'lib.so')
""" """
super().__init__(**kwargs) super().__init__(**kwargs)
self.__lib_name = lib_name self.__lib_name = lib_name