]> git.saurik.com Git - bison.git/blobdiff - src/getargs.c
doc: document experimental features better.
[bison.git] / src / getargs.c
index ab9a2b5f369b62755c7104f0bb66c9501c3102cf..35b6a2a6132d4abc18b11569c26c7ee8834fb51f 100644 (file)
@@ -263,7 +263,8 @@ usage (int status)
       printf (_("Usage: %s [OPTION]... FILE\n"), program_name);
       fputs (_("\
 Generate a deterministic LR or generalized LR (GLR) parser employing\n\
-LALR(1), IELR(1), or canonical LR(1) parser tables.\n\
+LALR(1), IELR(1), or canonical LR(1) parser tables.  IELR(1) and\n\
+canonical LR(1) support is experimental.\n\
 \n\
 "), stdout);