aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-02 11:24:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-07-02 11:24:47 +0200
commit93a673946ca1587126b3c108476234d93a7c5c7c (patch)
tree531c8e10c1d5bdf780012e207facae6c31857f91 /bdep/new.cli
parent85fe1442232cc747ce4935708ecefba00ab7c101 (diff)
Try to obtain real email from environment, VCS in bdep-new
Diffstat (limited to 'bdep/new.cli')
-rw-r--r--bdep/new.cli9
1 files changed, 9 insertions, 0 deletions
diff --git a/bdep/new.cli b/bdep/new.cli
index e700985..df77717 100644
--- a/bdep/new.cli
+++ b/bdep/new.cli
@@ -245,4 +245,13 @@ namespace bdep
working directory."
}
};
+
+ "\h|ENVIRONMENT|
+
+ The \cb{BDEP_EMAIL} environment variable can be used to specify the package
+ email address. If not set, the \cb{new} command will first try to obtain
+ the email from the version control system (if used) and then from the
+ \cb{EMAIL} environment variable. If all these methods fail, a dummy
+ \cb{@example.org} email is used.
+ "
}