diff options
Diffstat (limited to 'Source/cmExportCommand.h')
-rw-r--r-- | Source/cmExportCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExportCommand.h b/Source/cmExportCommand.h index 9382fcf..199a128 100644 --- a/Source/cmExportCommand.h +++ b/Source/cmExportCommand.h @@ -63,7 +63,7 @@ public: virtual const char* GetFullDocumentation() { return - " export(TARGETS tgt1 tgt2 ... [PREFIX <prefix>] FILE <filename> " + " export(TARGETS tgt1 ... tgtN [PREFIX <prefix>] FILE <filename> " "[APPEND])\n" "Create a file that can be included into a CMake listfile with the " "INCLUDE command. The file will contain a number of SET commands " |