diff options
author | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2015-12-06 19:30:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-12-07 15:50:42 (GMT) |
commit | 0903812b0b8c325913d766b793bbf9438ad6b423 (patch) | |
tree | 52cc10f292a9d93a38647bb1245a5fb6a7ed33a0 /Source/cmcmd.cxx | |
parent | 128d569af02d95e455b5ee1d8dddec07251b7033 (diff) | |
download | CMake-0903812b0b8c325913d766b793bbf9438ad6b423.zip CMake-0903812b0b8c325913d766b793bbf9438ad6b423.tar.gz CMake-0903812b0b8c325913d766b793bbf9438ad6b423.tar.bz2 |
cmake: Refine -E chdir documentation
Diffstat (limited to 'Source/cmcmd.cxx')
-rw-r--r-- | Source/cmcmd.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmcmd.cxx b/Source/cmcmd.cxx index 0dc5a9a..33700a1 100644 --- a/Source/cmcmd.cxx +++ b/Source/cmcmd.cxx @@ -54,7 +54,7 @@ void CMakeCommandUsage(const char* program) errorStream << "Usage: " << program << " -E <command> [arguments...]\n" << "Available commands: \n" - << " chdir dir cmd [args]... - run command in a given directory\n" + << " chdir dir cmd [args...] - run command in a given directory\n" << " compare_files file1 file2 - check if file1 is same as file2\n" << " copy <file>... destination - copy files to destination " "(either file or directory)\n" |