summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-03-13 14:19:12 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-03-13 14:19:21 (GMT)
commit80b761b9244d5ab9047082be40ebeee256be95ef (patch)
treeb9e4f5ab3103102234a6edb0533d63bac8844823 /Source
parent7b81b1c72c5885ac5ec8097ff8f15677e55d8f94 (diff)
parentda2e58893524414a84cde576a472293c4641fe8a (diff)
downloadCMake-80b761b9244d5ab9047082be40ebeee256be95ef.zip
CMake-80b761b9244d5ab9047082be40ebeee256be95ef.tar.gz
CMake-80b761b9244d5ab9047082be40ebeee256be95ef.tar.bz2
Merge topic 'update-documentation'
da2e588935 cmake: Upgrade 'cmake -E' commands description Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3089
Diffstat (limited to 'Source')
-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"