summaryrefslogtreecommitdiffstats
path: root/Source/cmcmd.cxx
diff options
context:
space:
mode:
authorBartosz Kosiorek <bartosz.kosiorek@tomtom.com>2019-03-12 13:20:53 (GMT)
committerBartosz Kosiorek <bartosz.kosiorek@tomtom.com>2019-03-12 15:01:33 (GMT)
commitda2e58893524414a84cde576a472293c4641fe8a (patch)
treeca60c2193dd68f87a7c1e7855099561fd862aece /Source/cmcmd.cxx
parent7358f317e356dff8ef2c1cdd216b9e6063cd4d9a (diff)
downloadCMake-da2e58893524414a84cde576a472293c4641fe8a.zip
CMake-da2e58893524414a84cde576a472293c4641fe8a.tar.gz
CMake-da2e58893524414a84cde576a472293c4641fe8a.tar.bz2
cmake: Upgrade 'cmake -E' commands description
Fixes: #13204
Diffstat (limited to 'Source/cmcmd.cxx')
-rw-r--r--Source/cmcmd.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmcmd.cxx b/Source/cmcmd.cxx
index cefac7a..f996a3e 100644
--- a/Source/cmcmd.cxx
+++ b/Source/cmcmd.cxx
@@ -111,8 +111,8 @@ void CMakeCommandUsage(const char* program)
<< " tar [cxt][vf][zjJ] file.tar [file/dir1 file/dir2 ...]\n"
<< " - create or extract a tar or zip archive\n"
<< " time command [args...] - run command and display elapsed time\n"
- << " touch file - touch a file.\n"
- << " touch_nocreate file - touch a file but do not create it.\n"
+ << " touch <file>... - touch a <file>.\n"
+ << " touch_nocreate <file>... - touch a <file> but do not create it.\n"
<< " create_symlink old new - create a symbolic link new -> old\n"
#if defined(_WIN32) && !defined(__CYGWIN__)
<< "Available on Windows only:\n"