diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-10-10 14:20:49 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-10-10 14:20:49 (GMT) |
commit | 4e6e9e83356bdab287e543ebd65dbb6a883d3463 (patch) | |
tree | 42cc48e6d78e62c09683165b742f1fd23ff4010a /Source/cmakemain.cxx | |
parent | 74e606a270c5a05f93afa584979f65f15005ac33 (diff) | |
download | CMake-4e6e9e83356bdab287e543ebd65dbb6a883d3463.zip CMake-4e6e9e83356bdab287e543ebd65dbb6a883d3463.tar.gz CMake-4e6e9e83356bdab287e543ebd65dbb6a883d3463.tar.bz2 |
BUG: fix for 3778, better docs for -E
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r-- | Source/cmakemain.cxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index 198d123..0aaf581 100644 --- a/Source/cmakemain.cxx +++ b/Source/cmakemain.cxx @@ -68,7 +68,11 @@ static const char * cmDocumentationOptions[][3] = {"-E", "CMake command mode.", "For true platform independence, CMake provides a list of commands " "that can be used on all systems. Run with -E help for the usage " - "information."}, + "information. Commands availble are: chdir, copy, copy_if_different " + "copy_directory, compare_files, echo, echo_append, environment, " + "make_directory, md5sum, remove_directory, remove, tar, time, " + "touch, touch_nocreate, write_regv, delete_regv, comspec, " + "create_symlink."}, {"-i", "Run in wizard mode.", "Wizard mode runs cmake interactively without a GUI. The user is " "prompted to answer questions about the project configuration. " |