diff --git a/src/libcalamares/pyboost/PythonJob.cpp b/src/libcalamares/pyboost/PythonJob.cpp index 8913879f5b6f8c4d0202b8bac1e7dee5503c6c8a..e0b94f3b2c5b05b63b24fb11a6b9a08cb78cb356 100644 --- a/src/libcalamares/pyboost/PythonJob.cpp +++ b/src/libcalamares/pyboost/PythonJob.cpp @@ -132,8 +132,8 @@ BOOST_PYTHON_MODULE( libcalamares ) "-4 = QProcess timeout" ) ); bp::def( "target_env_call", static_cast< int ( * )( const bp::list&, const std::string&, int ) >( &CalamaresPython::target_env_call ), - target_env_call_list_overloads( bp::args( "args", "stdin", "timeout" ), - "Runs the specified command in the chroot of the target system.\n" + target_env_call_list_overloads( bp::args( "command_list", "stdin", "timeout" ), + "Runs the specified command_list in the chroot of the target system.\n" "Returns the program's exit code, or:\n" "-1 = QProcess crash\n" "-2 = QProcess cannot start\n"