aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/sync.cli')
-rw-r--r--bdep/sync.cli12
1 files changed, 11 insertions, 1 deletions
diff --git a/bdep/sync.cli b/bdep/sync.cli
index bd19edf..9d2f4ca 100644
--- a/bdep/sync.cli
+++ b/bdep/sync.cli
@@ -34,6 +34,16 @@ namespace bdep
//
class cmd_sync_options: project_options
{
- //"\h|SYNC OPTIONS|"
+ "\h|SYNC OPTIONS|"
+
+ bool --fetch|-f
+ {
+ "Perform the \cb{fetch} command prior to synchronization."
+ }
+
+ bool --fetch-full|-F
+ {
+ "Perform the \cb{fetch --full} command prior to synchronization."
+ }
};
}