diff options
Diffstat (limited to 'portato/gui/gui_helper.py')
-rw-r--r-- | portato/gui/gui_helper.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py index 3c9edce..e827a22 100644 --- a/portato/gui/gui_helper.py +++ b/portato/gui/gui_helper.py @@ -477,9 +477,9 @@ class EmergeQueue: """Calls emerge and updates the terminal. @param options: options to send to emerge - @type options: list + @type options: string[] @param packages: packages to emerge - @type packages: list + @type packages: string[] @param it: Iterators which point to these entries whose children will be removed after completion. @type it: Iterator[] @param command: the command to execute - default is "/usr/bin/python /usr/bin/emerge" |