diff options
Diffstat (limited to 'bdep/projects-configs.cli')
-rw-r--r-- | bdep/projects-configs.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/projects-configs.cli b/bdep/projects-configs.cli index 82ab462..7b3e175 100644 --- a/bdep/projects-configs.cli +++ b/bdep/projects-configs.cli @@ -69,7 +69,7 @@ include <bdep/common-options.hxx>; can specify it using the \c{\b{@}\i{cfg-name}} notation. For example: \ - bdep status @gcc @clang + $ bdep status @gcc @clang \ A configuration without a name can be specified as a directory using the @@ -77,7 +77,7 @@ include <bdep/common-options.hxx>; mixed. For example: \ - bdep status @gcc -c ../builds/clang/ + $ bdep status @gcc -c ../builds/clang/ \ Finally, we can use the \c{\b{--all}|\b{-a}} option to specify all the |