From 31e99627546a84946a8571d129933fbc025ab7f6 Mon Sep 17 00:00:00 2001 From: Stefan Schweter Date: Sun, 17 May 2015 13:04:40 +0200 Subject: [PATCH] [Documentation][Markdown] Use correct help option for cmake. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2940852..541109b 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Alternatively, from the command-line on Unix in the source directory: cmake -DCMAKE_BUILD_TYPE=debug -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -G "Unix Makefiles" ../.. make -Running `cmake -`" will display the list of available generators (passed using +Running `cmake -h` will display the list of available generators (passed using the `-G` option). By default CMake hides compilation commands. This can be modified by specifying