From 9408343aeb07aa4d248d40294c69b7460ea9ce51 Mon Sep 17 00:00:00 2001 From: Daniel Stockman Date: Wed, 13 Mar 2013 11:28:55 -0700 Subject: [PATCH] Scooch description of CLI options in usage message closer to the flags. --- cli.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cli.js b/cli.js index f6c3b8f9..cf2d304e 100755 --- a/cli.js +++ b/cli.js @@ -107,13 +107,13 @@ function usage(err) { 'js-beautify@' + require('./package.json').version, '', 'CLI Options:', - ' -f, --file Input file(s) (Pass \'-\' for stdin)', - ' -r, --replace Write output in-place, replacing input', - ' -o, --outfile Write output to file (default stdout)', - ' --config Path to config file', - ' -q, --quiet Suppress output to stdout', - ' -h, --help Show this help', - ' -v, --version Show the version', + ' -f, --file Input file(s) (Pass \'-\' for stdin)', + ' -r, --replace Write output in-place, replacing input', + ' -o, --outfile Write output to file (default stdout)', + ' --config Path to config file', + ' -q, --quiet Suppress output to stdout', + ' -h, --help Show this help', + ' -v, --version Show the version', '', 'Beautifier Options:', ' -s, --indent-size Indentation size [4]',