fix line length error
This commit is contained in:
parent
7961c8685b
commit
aae8dca797
@ -970,8 +970,9 @@ void CMakeCommandUsage(const char* program)
|
||||
<< " remove_directory dir - remove a directory and its contents\n"
|
||||
<< " remove [-f] file1 file2 ... - remove the file(s), use -f to force "
|
||||
"it\n"
|
||||
<< " tar [cxt][vfz][cvfj] file.tar file/dir1 file/dir2 ... - create a tar "
|
||||
"archive\n"
|
||||
<< " tar [cxt][vfz][cvfj] file.tar "
|
||||
"file/dir1 file/dir2 ... - create a tar "
|
||||
"archive\n"
|
||||
<< " time command [args] ... - run command and return elapsed time\n"
|
||||
<< " touch file - touch a file.\n"
|
||||
<< " touch_nocreate file - touch a file but do not create it.\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user