cmake: Refine -E chdir documentation
This commit is contained in:
parent
128d569af0
commit
0903812b0b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue