aboutsummaryrefslogtreecommitdiff
path: root/source/app.d
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-05-22 22:07:04 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-05-22 22:07:04 -0400
commit7517c34e19eee37ee99d248f7ba97d35af3e6dde (patch)
treea519f37ff4c94e75afad646cb5586ed350dd51d0 /source/app.d
parent90845a5fa5e8ba65de1b158aa392cbed01f3c7f9 (diff)
downloaddm-7517c34e19eee37ee99d248f7ba97d35af3e6dde.tar.gz
Update wording
Diffstat (limited to 'source/app.d')
-rw-r--r--source/app.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/app.d b/source/app.d
index 1a5a926..3ae9f54 100644
--- a/source/app.d
+++ b/source/app.d
@@ -29,11 +29,11 @@ int main(string[] args) {
"install-variant", "miniconda Python variant", &installer_variant,
"install-version|i", "version of miniconda installer", &installer_version,
"run-tests|R", "scan merged packages and execute their tests", &run_tests,
- "base-spec", "conda explicit or yaml environment dump", &base_spec
+ "base-spec", "conda explicit or yaml environment dump file", &base_spec
);
if (optargs.helpWanted) {
- defaultGetoptPrinter("Delivery merge [fill in the blanks]",
+ defaultGetoptPrinter("Create reproducible pipeline deliveries",
optargs.options);
return 0;
}