cmake: Refine -E chdir documentation
This commit is contained in:
parent
128d569af0
commit
0903812b0b
|
@ -54,7 +54,7 @@ void CMakeCommandUsage(const char* program)
|
||||||
errorStream
|
errorStream
|
||||||
<< "Usage: " << program << " -E <command> [arguments...]\n"
|
<< "Usage: " << program << " -E <command> [arguments...]\n"
|
||||||
<< "Available commands: \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"
|
<< " compare_files file1 file2 - check if file1 is same as file2\n"
|
||||||
<< " copy <file>... destination - copy files to destination "
|
<< " copy <file>... destination - copy files to destination "
|
||||||
"(either file or directory)\n"
|
"(either file or directory)\n"
|
||||||
|
|
Loading…
Reference in New Issue