Document what kind of lib_name LdPreload expects
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
337d80c847
commit
8cb8e315eb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue