diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-10 19:08:38 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-10 19:08:38 (GMT) |
commit | bb88ef5e41c2308db4e3fbd8c4e082495f45e389 (patch) | |
tree | 6a4613f8d0728b83bb744ef78f008e308b0f8704 /Source/cmExecuteProcessCommand.h | |
parent | 14781101fd43a68ea5226f067022df30fa8464b4 (diff) | |
download | CMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.zip CMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.tar.gz CMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmExecuteProcessCommand.h')
-rw-r--r-- | Source/cmExecuteProcessCommand.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmExecuteProcessCommand.h b/Source/cmExecuteProcessCommand.h index bca11a5..f69c414 100644 --- a/Source/cmExecuteProcessCommand.h +++ b/Source/cmExecuteProcessCommand.h @@ -91,9 +91,9 @@ public: "the result of running the processes. This will be an integer return " "code from the last child or a string describing an error condition. " "If OUTPUT_VARIABLE or ERROR_VARIABLE are given the variable named " - "will be set with the contents of the standard output and standard error " - "pipes respectively. If the same variable is named for both pipes " - "their output will be merged in the order produced. " + "will be set with the contents of the standard output and standard " + "error pipes respectively. If the same variable is named for both " + "pipes their output will be merged in the order produced. " "If INPUT_FILE, OUTPUT_FILE, or ERROR_FILE is given the file named " "will be attached to the standard input of the first process, " "standard output of the last process, or standard error of all " |