diff --git a/lib/backend.py b/lib/backend.py index 404296879c5f6cc13643d1d855001e8291adc70c..022da5feb87fa42729ea36c6827275202b36e438 100644 --- a/lib/backend.py +++ b/lib/backend.py @@ -1225,9 +1225,9 @@ def OSFromDisk(name, base_dir=None): `errors.InvalidOS` exception, detailing why this is not a valid OS. - Args: - os_dir: Directory containing the OS scripts. Defaults to a search - in all the OS_SEARCH_PATH directories. + @type base_dir: string + @keyword base_dir: Base directory containing OS installations. + Defaults to a search in all the OS_SEARCH_PATH dirs. """