summaryrefslogtreecommitdiff
path: root/Source/cmAddCustomTargetCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-12-30 07:47:03 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2002-12-30 07:47:03 -0500
commit455b262cfeaedaa9f472e4f80160fd06d9331459 (patch)
treebfb329a39ac5fd2c51d7fdc896aab3704555ea0c /Source/cmAddCustomTargetCommand.h
parent1bf59ded665ebd20b2633a43abab4a89d34fff4f (diff)
downloadcmake-455b262cfeaedaa9f472e4f80160fd06d9331459.tar.gz
ENH: clean up docs some
Diffstat (limited to 'Source/cmAddCustomTargetCommand.h')
-rw-r--r--Source/cmAddCustomTargetCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddCustomTargetCommand.h b/Source/cmAddCustomTargetCommand.h
index fbd34dc7c6..988fce5c08 100644
--- a/Source/cmAddCustomTargetCommand.h
+++ b/Source/cmAddCustomTargetCommand.h
@@ -67,7 +67,7 @@ public:
{
return
"ADD_CUSTOM_TARGET(Name [ALL] [ command arg arg arg ... ])\n"
- "The ALL option is optional. If it is specified it indicates that this target should be added to the Build all target. The command and arguments are optional. If not specified, it will create an empy target. Command cannot be called ALL.";
+ "If the ALL option is specified it indicates that this target should be added to the default build target. The command and arguments are optional. If not specified, it will create an empty target. The command cannot be called ALL.";
}
cmTypeMacro(cmAddCustomTargetCommand, cmCommand);