diff --git a/mpsd-software-environment.py b/mpsd-software-environment.py
index 2dbce8c4936c8e50017f8511434c0e46c0eb1a2c..54803f6077d1a1eb904607b9d9738449ecf227b0 100755
--- a/mpsd-software-environment.py
+++ b/mpsd-software-environment.py
@@ -385,15 +385,15 @@ def main():
                 help="Release version to prepare, install, reinstall or remove",
             )
             if cmd in ["install", "reinstall", "remove"]:
-            # "install" command needs additional documentation
+                # "install" command needs additional documentation
                 tool_chain_help = (
-                            f"Pass a list of toolchains to command {cmd}. "
-                            "Use '--toolchains ALL' to "
-                            f"{cmd} all toolchains. If '--toolchain' is not "
-                            "specified, list available toolchains for the release "
-                            "(after environment has been prepared if not done yet)."
-                        )
-            
+                    f"Pass a list of toolchains to command {cmd}. "
+                    "Use '--toolchains ALL' to "
+                    f"{cmd} all toolchains. If '--toolchain' is not "
+                    "specified, list available toolchains for the release "
+                    "(after environment has been prepared if not done yet)."
+                )
+
                 subp.add_argument(
                     "--toolchains",  # first option defines attribute
                     # name `args.toolchains` in `args = parser_args()`