[Cmake-commits] [cmake-commits] hoffman committed cmakemain.cxx 1.85 1.86

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 10 10:20:51 EDT 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv12271/Source

Modified Files:
	cmakemain.cxx 
Log Message:
BUG: fix for 3778, better docs for -E


Index: cmakemain.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmakemain.cxx,v
retrieving revision 1.85
retrieving revision 1.86
diff -C 2 -d -r1.85 -r1.86
*** cmakemain.cxx	25 Sep 2008 20:52:46 -0000	1.85
--- cmakemain.cxx	10 Oct 2008 14:20:49 -0000	1.86
***************
*** 69,73 ****
     "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."},
    {"-i", "Run in wizard mode.",
     "Wizard mode runs cmake interactively without a GUI.  The user is "
--- 69,77 ----
     "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. 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 "



More information about the Cmake-commits mailing list