Explorar el Código

Help: Clarify how to provide multiple targets with cmake --target

Craig Scott hace 6 años
padre
commit
ddc7ea4696
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Help/manual/cmake.1.rst

+ 2 - 1
Help/manual/cmake.1.rst

@@ -290,7 +290,8 @@ following options:
   value of ``1`` can be used to limit to a single job.
 
 ``--target <tgt>..., -t <tgt>...``
-  Build ``<tgt>`` instead of default targets.  May be specified multiple times.
+  Build ``<tgt>`` instead of the default target.  Multiple targets may be
+  given, separated by spaces.
 
 ``--config <cfg>``
   For multi-configuration tools, choose configuration ``<cfg>``.