diff options
-rw-r--r-- | bdep/projects-configs.cli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bdep/projects-configs.cli b/bdep/projects-configs.cli index 0228d4c..72b9736 100644 --- a/bdep/projects-configs.cli +++ b/bdep/projects-configs.cli @@ -71,6 +71,10 @@ include <bdep/common-options.hxx>; $ bdep status @gcc @clang \ + Note to Windows users: a command line argument with leading \cb{@} has a + special meaning in PowerShell. To work around this, you can use the + alternative \cb{-@gcc} syntax or the \cb{-n\ gcc} option. + A configuration without a name can be specified as a directory using the \c{\b{--config}|\b{-c}} option. Name and directory specifications can be mixed. For example: |