diff --git a/mpsd-software.py b/mpsd-software.py
index c8d4ad2f673509df2017428335f8dcbd4a382b35..fce6c001e30060e93636d103c36dfa132a8e0089 100755
--- a/mpsd-software.py
+++ b/mpsd-software.py
@@ -1105,7 +1105,7 @@ def main():
         ("available", "What is available for installation?"),
         ("install", "Install a software environment"),
         # ("reinstall", "Reinstall a package_set"),
-        # ("remove", "Remove a package set"),
+        ("remove", "Remove a package set"),
         # ("start-new", "Start a new MPSD software release version"),
         ("status", "Show status: what is installed?"),
         ("prepare", "Prepare installation of MPSD-release (dev only)"),