aboutsummaryrefslogtreecommitdiff
path: root/bdep/release.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/release.cli')
-rw-r--r--bdep/release.cli25
1 files changed, 25 insertions, 0 deletions
diff --git a/bdep/release.cli b/bdep/release.cli
index b20edb1..44d339a 100644
--- a/bdep/release.cli
+++ b/bdep/release.cli
@@ -237,4 +237,29 @@ namespace bdep
current working directory."
}
};
+
+ "
+ \h|DEFAULT OPTIONS FILES|
+
+ See \l{bdep-default-options-files(1)} for an overview of the default
+ options files. For the \cb{release} 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-release.options
+ bdep-release-{version|revision|open|tag}.options # (mode-dependent)
+ \
+
+ The following \cb{release} command options cannot be specified in the
+ default options files:
+
+ \
+ --directory|-d
+ --revision
+ --open
+ --tag
+ \
+ "
}