diff --git a/install-mpsd-software-environment.py b/install-mpsd-software-environment.py
index 2da318e9163f21e425ac161460eb25e045e4383c..39fdb225619e1c6e8654406e25902d7c5933ba2a 100755
--- a/install-mpsd-software-environment.py
+++ b/install-mpsd-software-environment.py
@@ -307,7 +307,7 @@ def main():
                     type=str,
                     nargs="+",
                     default="NONE",
-                    help="List of toolchains to install (use ALL to install all toolchains). If nothing is specified, list of available toolchains for the release would be shown after creating the environment.",
+                    help="List of toolchains to install (use '--toolchains ALL' to install all toolchains). If nothing is specified, list of available toolchains for the release would be shown after creating the environment.",
                 )
                 subp.add_argument(
                     "--enable-build-cache",