aboutsummaryrefslogtreecommitdiff
path: root/bdep/init.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/init.cli')
-rw-r--r--bdep/init.cli26
1 files changed, 26 insertions, 0 deletions
diff --git a/bdep/init.cli b/bdep/init.cli
index 5071913..32024eb 100644
--- a/bdep/init.cli
+++ b/bdep/init.cli
@@ -174,4 +174,30 @@ namespace bdep
an explicit \l{bdep-sync(1)} command."
}
};
+
+ "
+ \h|DEFAULT OPTIONS FILES|
+
+ See \l{bdep-default-options-files(1)} for an overview of the default
+ options files. For the \cb{init} command the search start directory is the
+ project directory. The following options files are searched for in each
+ directory and, if found, loaded in the order listed:
+
+ \
+ bdep.options
+ bdep-{config config-add}.options # if --config-add|-A
+ bdep-{config config-add config-create}.options # if --config-create|-C
+ bdep-init.options
+ \
+
+ The following \cb{init} command options cannot be specified in the
+ default options files:
+
+ \
+ --directory|-d
+ --config-add|-A
+ --config-create|-C
+ --wipe
+ \
+ "
}