From aae8dca79769583439661418a91c6ed3e884024d Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Sun, 8 Nov 2009 10:25:42 -0500 Subject: fix line length error --- Source/cmake.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/cmake.cxx b/Source/cmake.cxx index fafe2ae..bac67e9 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -970,8 +970,9 @@ void CMakeCommandUsage(const char* program) << " remove_directory dir - remove a directory and its contents\n" << " 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" + << " 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" << " touch_nocreate file - touch a file but do not create it.\n" -- cgit v0.12