cmake: Refine -E chdir documentation

This commit is contained in:
Bartosz Kosiorek 2015-12-06 20:30:44 +01:00 committed by Brad King
parent 128d569af0
commit 0903812b0b
1 changed files with 1 additions and 1 deletions

View File

@ -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"