summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/NoArgs-stdout.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/CommandLine/NoArgs-stdout.txt')
-rw-r--r--Tests/RunCMake/CommandLine/NoArgs-stdout.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Tests/RunCMake/CommandLine/NoArgs-stdout.txt b/Tests/RunCMake/CommandLine/NoArgs-stdout.txt
new file mode 100644
index 0000000..1cd3469
--- /dev/null
+++ b/Tests/RunCMake/CommandLine/NoArgs-stdout.txt
@@ -0,0 +1,10 @@
+^Usage
+
+ cmake \[options\] <path-to-source>
+ cmake \[options\] <path-to-existing-build>
+
+Specify a source directory to \(re-\)generate a build system for it in the
+current working directory. Specify an existing build directory to
+re-generate its build system.
+
+Run 'cmake --help' for more information.$