Merge topic 'cmake-E-help-order'

e952f1bd cmcmd: Fix sort order in help output
This commit is contained in:
Brad King 2016-09-14 08:56:25 -04:00 committed by CMake Topic Stage
commit e9dbb272e0
1 changed files with 1 additions and 1 deletions

View File

@ -91,9 +91,9 @@ void CMakeCommandUsage(const char* program)
<< " remove_directory dir - remove a directory and its contents\n"
<< " rename oldname newname - rename a file or directory "
"(on one volume)\n"
<< " sleep <number>... - sleep for given number of seconds\n"
<< " tar [cxt][vf][zjJ] file.tar [file/dir1 file/dir2 ...]\n"
<< " - create or extract a tar or zip archive\n"
<< " sleep <number>... - sleep for given number of seconds\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"