From 0903812b0b8c325913d766b793bbf9438ad6b423 Mon Sep 17 00:00:00 2001 From: Bartosz Kosiorek Date: Sun, 6 Dec 2015 20:30:44 +0100 Subject: [PATCH] cmake: Refine -E chdir documentation --- Source/cmcmd.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmcmd.cxx b/Source/cmcmd.cxx index 0dc5a9a35..33700a1ab 100644 --- a/Source/cmcmd.cxx +++ b/Source/cmcmd.cxx @@ -54,7 +54,7 @@ void CMakeCommandUsage(const char* program) errorStream << "Usage: " << program << " -E [arguments...]\n" << "Available commands: \n" - << " chdir dir cmd [args]... - run command in a given directory\n" + << " chdir dir cmd [args...] - run command in a given directory\n" << " compare_files file1 file2 - check if file1 is same as file2\n" << " copy ... destination - copy files to destination " "(either file or directory)\n"