diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-21 08:57:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-21 08:57:54 +0200 |
commit | e1416c9642c9cc1ae45c19cc4e6162b2ac1ff38a (patch) | |
tree | 94c388c0c6cfff4f3b7e95b6aeeabe3e4e572789 | |
parent | 58f08be3310f2d8ddaa4fbe1a2d85aaef8b732bd (diff) |
Add references to package name specification
-rw-r--r-- | bdep/bdep.cli | 3 | ||||
-rw-r--r-- | bdep/new.cli | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/bdep/bdep.cli b/bdep/bdep.cli index 369da26..9be4561 100644 --- a/bdep/bdep.cli +++ b/bdep/bdep.cli @@ -158,7 +158,8 @@ namespace bdep \ Alternatively, we can use the \l{bdep-new(1)} command to start a new - project: + project (see \l{bpkg#package-name Package Name} for details on + project naming): \ $ bdep new -t exe -l c++ hello diff --git a/bdep/new.cli b/bdep/new.cli index c824509..e700985 100644 --- a/bdep/new.cli +++ b/bdep/new.cli @@ -42,6 +42,8 @@ namespace bdep form). All four forms first create according to <spec> a new \cb{build2} project/package called <name> in the <name> subdirectory of the current working directory (unless overridden with \c{\b{--output-dir}|\b{-o}}). + See \l{bpkg#package-name Package Name} for details on project/package + names. The first form then, unless the \cb{--no-init} option is specified, initializes an empty project database as if by executing the |