diff options
-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 |