From 4cb77d142924bd804c2a6901d8b7cc1d663a2f94 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 19 Jan 2013 00:36:22 -0800 Subject: [PATCH] Avoid extreme ` ` use in the README.md. Former-commit-id: 3ff1aca436ed040a6ffb0335f92b8b44f80137be --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3b2553960..0bf96caf5 100644 --- a/README.md +++ b/README.md @@ -154,14 +154,14 @@ Unless specified by `-o` or `--output`, all files created are saved to the curre The following options are also supported: - * `-c`, `--stdout`          Write output to standard output - * `-d`, `--debug`            Write only the debug output - * `-h`, `--help`              Display help information - * `-m`, `--minify`          Write only the minified output - * `-o`, `--output`          Write output to a given path/filename - * `-p`, `--source-map`   Generate a source map for the minified output - * `-s`, `--silent`          Skip status updates normally logged to the console - * `-V`, `--version`        Output current version of Lo-Dash + * `-c`, `--stdout`......... Write output to standard output + * `-d`, `--debug`........... Write only the debug output + * `-h`, `--help`............. Display help information + * `-m`, `--minify`......... Write only the minified output + * `-o`, `--output`......... Write output to a given path/filename + * `-p`, `--source-map`.. Generate a source map for the minified output + * `-s`, `--silent`......... Skip status updates normally logged to the console + * `-V`, `--version`....... Output current version of Lo-Dash The `lodash` command-line utility is available when Lo-Dash is installed as a global package (i.e. `npm install -g lodash`).