summaryrefslogtreecommitdiffstats
path: root/Source/cmFLTKWrapUICommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmFLTKWrapUICommand.h')
-rw-r--r--Source/cmFLTKWrapUICommand.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmFLTKWrapUICommand.h b/Source/cmFLTKWrapUICommand.h
index 5e44202..0c34cd3 100644
--- a/Source/cmFLTKWrapUICommand.h
+++ b/Source/cmFLTKWrapUICommand.h
@@ -69,9 +69,8 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "FLTK_WRAP_UI(resultingLibraryName SourceList)\n"
- "Produce .h and .cxx files for all the .fl and .fld file listed "
- "in the SourceList.\n"
+ "FLTK_WRAP_UI(resultingLibraryName source1 source2 ... sourceN )\n"
+ "Produce .h and .cxx files for all the .fl and .fld file listed.\n"
"The .h files will be added to the library using the base name in\n"
"source list.\n"
"The .cxx files will be added to the library using the base name in \n"