diff options
author | Brad King <brad.king@kitware.com> | 2006-08-26 14:29:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-08-26 14:29:11 (GMT) |
commit | 9b89d84210527292f411590187eb6d7aa1e4eb20 (patch) | |
tree | afecfe9695ef04d69540b902f2daf1872174f5c7 /Source/cmListCommand.cxx | |
parent | 5d632330b6bf4b1354df76373343aaa57aa09c94 (diff) | |
download | CMake-9b89d84210527292f411590187eb6d7aa1e4eb20.zip CMake-9b89d84210527292f411590187eb6d7aa1e4eb20.tar.gz CMake-9b89d84210527292f411590187eb6d7aa1e4eb20.tar.bz2 |
STYLE: Fixed line-too-long.
Diffstat (limited to 'Source/cmListCommand.cxx')
-rw-r--r-- | Source/cmListCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmListCommand.cxx b/Source/cmListCommand.cxx index 017b703..b546d20 100644 --- a/Source/cmListCommand.cxx +++ b/Source/cmListCommand.cxx @@ -266,7 +266,7 @@ bool cmListCommand { if(args.size() < 3) { - this->SetError("sub-command REMOVE_ITEM requires at least two arguments."); + this->SetError("sub-command REMOVE_ITEM requires two or more arguments."); return false; } |