cmake: Improve '-E' help message formatting

This commit is contained in:
Bartosz Kosiorek
2015-12-03 00:43:37 +01:00
committed by Brad King
parent e069aa05c6
commit 0be5020bf8
6 changed files with 12 additions and 12 deletions

View File

@@ -193,10 +193,10 @@ Available commands are:
``make_directory <dir>``
Create a directory.
``md5sum [<file>...]``
``md5sum <file>...``
Compute md5sum of files.
``remove [-f] [<file>...]``
``remove [-f] <file>...``
Remove the file(s), use ``-f`` to force it.
``remove_directory <dir>``