aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/new.cli')
-rw-r--r--bdep/new.cli16
1 files changed, 1 insertions, 15 deletions
diff --git a/bdep/new.cli b/bdep/new.cli
index 377dbec..f5f2a14 100644
--- a/bdep/new.cli
+++ b/bdep/new.cli
@@ -145,7 +145,7 @@ namespace bdep
{
};
- class cmd_new_options: configuration_name_options
+ class cmd_new_options: configuration_add_options, configuration_name_options
{
"\h|NEW OPTIONS|"
@@ -189,19 +189,5 @@ namespace bdep
\cb{git} (default) and \cb{none}. Valid values for <opt> are
system-specific."
}
-
- bool --default
- {
- "Make the added or created configuration the default. Only valid with
- \cb{--config-add} or \cb{--config-create}, see \l{bdep-config(1)} for
- details."
- }
-
- bool --no-default
- {
- "Don't make the first added or created configuration then default. Only
- valid with \cb{--config-add} or \cb{--config-create}, see
- \l{bdep-config(1)} for details."
- }
};
}