diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-03-12 17:30:36 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-03-12 17:30:36 (GMT) |
commit | 558dbc84adab239ab3043d0efd0891f9a995161e (patch) | |
tree | 88ec2e6945807ff40485e788c18acbf5896164d5 /Source/cmake.cxx | |
parent | 4b0d362fe92e131646d3b74731319c7227ad1e99 (diff) | |
download | CMake-558dbc84adab239ab3043d0efd0891f9a995161e.zip CMake-558dbc84adab239ab3043d0efd0891f9a995161e.tar.gz CMake-558dbc84adab239ab3043d0efd0891f9a995161e.tar.bz2 |
ENH: typo
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 670fed7..3bd8637 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -801,7 +801,7 @@ void CMakeCommandUsage(const char* program) " line\n" << " environment - display the current enviroment\n" << " make_directory dir - create a directory\n" - << " remeove file1 file2 ... - remove the file(s)\n" + << " remove file1 file2 ... - remove the file(s)\n" << " tar [cxt][vfz] file.tar file/dir1 file/dir2 ... - create a tar.\n" << " time command [args] ... - run command and return elapsed time\n" #if defined(_WIN32) && !defined(__CYGWIN__) |