[configure] Fix docs for --with-libgc option (#4707)
[mono.git] / README.md
index 87b011375061be7f0b91c045c3975cca6353354d..0a62776579733820c77ef2877ad822ee84dda2bf 100644 (file)
--- a/README.md
+++ b/README.md
@@ -196,7 +196,7 @@ collector.
 both a `mono` binary and a `mono-sgen` binary. `mono` uses Boehm,
 while `mono-sgen` uses the Simple Generational GC.
 
-* `--with-gc=[included, boehm, none]` - Selects the default Boehm
+* `--with-libgc=[included, boehm, none]` - Selects the default Boehm
 garbage collector engine to use.
 
   * *included*: (*slightly modified Boehm GC*) This is the default