diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-10-22 13:44:58 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-10-22 13:44:58 (GMT) |
commit | 44c4600ae5f18eaa821d7fe572cddb7ef6e7eff0 (patch) | |
tree | ac462389b32f77b948604a66acc966be39ddd27a /Source/cmFileCommand.h | |
parent | aaabb2fdc223151c856bae4b2d7bafff529ec29a (diff) | |
download | CMake-44c4600ae5f18eaa821d7fe572cddb7ef6e7eff0.zip CMake-44c4600ae5f18eaa821d7fe572cddb7ef6e7eff0.tar.gz CMake-44c4600ae5f18eaa821d7fe572cddb7ef6e7eff0.tar.bz2 |
Fix up download a bit, better error checking and uses of long not double for timeout as curl needs, bug# 9748
Diffstat (limited to 'Source/cmFileCommand.h')
-rw-r--r-- | Source/cmFileCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFileCommand.h b/Source/cmFileCommand.h index d753862..c6da301 100644 --- a/Source/cmFileCommand.h +++ b/Source/cmFileCommand.h @@ -152,7 +152,7 @@ public: "and the second element is a string value for the error. A 0 " "numeric error means no error in the operation. " "If TIMEOUT time is specified, the operation will " - "timeout after time seconds, time can be specified as a float." + "timeout after time seconds, time should be specified as an integer." "\n" "The file() command also provides COPY and INSTALL signatures:\n" " file(<COPY|INSTALL> files... DESTINATION <dir>\n" |