diff --git a/bob/devtools/scripts/create.py b/bob/devtools/scripts/create.py
index 98914241f3153a3c85b0f0cf646af52a4c65dda1..77f09a64e3aa8c9318cc46199ff0d91a1099e5a9 100644
--- a/bob/devtools/scripts/create.py
+++ b/bob/devtools/scripts/create.py
@@ -92,7 +92,7 @@ Examples:
 @verbosity_option()
 @bdt.raise_on_error
 def create(name, recipe_dir, python, overwrite, condarc, use_local, config,
-    append_file, server, private, stable, dry_run):
+    append_file, server, group, private, stable, dry_run):
   """Creates a development environment for a recipe
 
   It uses the conda render API to render a recipe and install an environment