aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/sync.cli')
-rw-r--r--bdep/sync.cli16
1 files changed, 11 insertions, 5 deletions
diff --git a/bdep/sync.cli b/bdep/sync.cli
index c25cd7d..60254a1 100644
--- a/bdep/sync.cli
+++ b/bdep/sync.cli
@@ -204,6 +204,17 @@ namespace bdep
"Also upgrade or patch all dependencies, recursively."
}
+ bool --yes|-y
+ {
+ "Don't prompt for confirmation when up/down-grading dependencies."
+ }
+
+ bool --disfigure
+ {
+ "Disfigure project packages during synchronization effectively causing
+ their from-scratch reconfiguration."
+ }
+
bool --fetch|-f
{
"Perform the \cb{fetch} command prior to synchronization."
@@ -214,11 +225,6 @@ namespace bdep
"Perform the \cb{fetch --full} command prior to synchronization."
}
- bool --yes|-y
- {
- "Don't prompt for confirmation when up/down-grading dependencies."
- }
-
bool --create-host-config
{
"Create a configuration for build-time dependencies without prompt."