From 6bf19ae6f8d91ad6b6d32dc4fbbd7f7455ce9a4b Mon Sep 17 00:00:00 2001 From: David Majda Date: Wed, 22 Jun 2016 09:40:28 +0200 Subject: [PATCH] README.md: Order command-line options alphabetically --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6664b76..4048df3 100644 --- a/README.md +++ b/README.md @@ -90,16 +90,16 @@ object is assigned to when no module loader is detected. You can tweak the generated parser with several options: - * `--cache` — makes the parser cache results, avoiding exponential parsing - time in pathological cases but making the parser slower * `--allowed-start-rules` — comma-separated list of rules the parser will be allowed to start parsing from (default: the first rule in the grammar) - * `--plugin` — makes PEG.js use a specified plugin (can be specified multiple - times) + * `--cache` — makes the parser cache results, avoiding exponential parsing + time in pathological cases but making the parser slower * `--extra-options` — additional options (in JSON format) to pass to `peg.generate` * `--extra-options-file` — file with additional options (in JSON format) to pass to `peg.generate` + * `--plugin` — makes PEG.js use a specified plugin (can be specified multiple + times) * `--trace` — makes the parser trace its progress ### JavaScript API