Skip to content

Commit 6444148

Browse files
committed
Merge pull request open-source-parsers#275 from stefan-it/stefan/cmake-generator-fix
[Documentation][Markdown] Use correct help option for cmake.
2 parents d5e54d2 + 31e9962 commit 6444148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Alternatively, from the command-line on Unix in the source directory:
7070
cmake -DCMAKE_BUILD_TYPE=debug -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -G "Unix Makefiles" ../..
7171
make
7272

73-
Running `cmake -`" will display the list of available generators (passed using
73+
Running `cmake -h` will display the list of available generators (passed using
7474
the `-G` option).
7575

7676
By default CMake hides compilation commands. This can be modified by specifying

0 commit comments

Comments
 (0)