[Cmake-commits] [cmake-commits] hoffman committed cmake.cxx 1.437 1.438

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Nov 8 10:25:44 EST 2009


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

Modified Files:
	cmake.cxx 
Log Message:
fix line length error


Index: cmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.cxx,v
retrieving revision 1.437
retrieving revision 1.438
diff -C 2 -d -r1.437 -r1.438
*** cmake.cxx	5 Nov 2009 20:00:15 -0000	1.437
--- cmake.cxx	8 Nov 2009 15:25:42 -0000	1.438
***************
*** 971,976 ****
      << "  remove [-f] file1 file2 ... - remove the file(s), use -f to force "
         "it\n"
!     << "  tar [cxt][vfz][cvfj] file.tar file/dir1 file/dir2 ... - create a tar "
!        "archive\n"
      << "  time command [args] ...   - run command and return elapsed time\n"
      << "  touch file                - touch a file.\n"
--- 971,977 ----
      << "  remove [-f] file1 file2 ... - remove the file(s), use -f to force "
         "it\n"
!     << "  tar [cxt][vfz][cvfj] file.tar "
!     "file/dir1 file/dir2 ... - create a tar "
!     "archive\n"
      << "  time command [args] ...   - run command and return elapsed time\n"
      << "  touch file                - touch a file.\n"



More information about the Cmake-commits mailing list