From 48d9a397fa3cf76397824122450a1450af712716 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Fri, 8 Oct 2021 09:13:33 +0900 Subject: Imported Upstream version 3.13.0 --- Source/cmakemain.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/cmakemain.cxx') diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index e3d94f66e..75dabde22 100644 --- a/Source/cmakemain.cxx +++ b/Source/cmakemain.cxx @@ -38,7 +38,8 @@ static const char* cmDocumentationName[][2] = { static const char* cmDocumentationUsage[][2] = { { nullptr, " cmake [options] \n" - " cmake [options] " }, + " cmake [options] \n" + " cmake [options] -S -B " }, { nullptr, "Specify a source directory to (re-)generate a build system for " "it in the current working directory. Specify an existing build " -- cgit v1.2.3