Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
73bb781d
Commit
73bb781d
authored
Jan 19, 2018
by
Taylor Braun-Jones
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Help: Reword misleading docs for cmake -E time
parent
927c6035
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Help/manual/cmake.1.rst
Help/manual/cmake.1.rst
+1
-1
Source/cmcmd.cxx
Source/cmcmd.cxx
+1
-1
No files found.
Help/manual/cmake.1.rst
View file @
73bb781d
...
...
@@ -337,7 +337,7 @@ Available commands are:
``paxr`` (restricted pax, default), and ``zip``.
``time <command> [<args>...]``
Run command and
return
elapsed time.
Run command and
display
elapsed time.
``touch <file>``
Touch a file.
...
...
Source/cmcmd.cxx
View file @
73bb781d
...
...
@@ -103,7 +103,7 @@ void CMakeCommandUsage(const char* program)
<<
" 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
"
<<
" time command [args...] - run command and
return
elapsed time
\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
"
#if defined(_WIN32) && !defined(__CYGWIN__)
...
...
Craig Scott
@craig.scott
mentioned in commit
11c4ea7f
·
Jan 20, 2018
mentioned in commit
11c4ea7f
mentioned in commit 11c4ea7f110b267d057c432395642f713a52758d
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment