diff --git a/mpsd-software.py b/mpsd-software.py
index 52475120e4639bf2e64d3568dedd841474b0decc..0ad80c45cc834d0ede10a66a32e4768892b30edb 100755
--- a/mpsd-software.py
+++ b/mpsd-software.py
@@ -1049,8 +1049,8 @@ def main():
         ("prepare", "Prepare the environment for installation on the disk"),
         ("install", "Install a software environment"),
         ("reinstall", "Reinstall a software environment"),
-        ("remove", "Remove a software environment or toolchains from an environment"),
-        ("start-new", "Start a new software environment version"),
+        # ("remove", "Remove a software environment or toolchains from an environment"),
+        # ("start-new", "Start a new software environment version"),
         ("status", "Show the status of the software environment"),
     ]
     for cmd, help_text in list_of_cmds: