Browse Source

now: fix indent

master
Guillermo Rauch 9 years ago
parent
commit
1aa4fbf216
  1. 16
      bin/now

16
bin/now

@ -15,16 +15,16 @@ import ms from 'ms';
const argv = minimist(process.argv.slice(2)); const argv = minimist(process.argv.slice(2));
const help = () => { const help = () => {
console.log(` console.log(`
𝚫 now [options] <path> 𝚫 now [options] <path>
Options: Options:
-h, --help output usage information -h, --help output usage information
-v, --version output the version number -v, --version output the version number
-d, --debug Debug mode [off] -d, --debug Debug mode [off]
-f, --force Force a new deployment even if nothing has changed -f, --force Force a new deployment even if nothing has changed
-L, --login Configure login -L, --login Configure login
-C, --no-clipboard Do not attempt to copy URL to clipboard -C, --no-clipboard Do not attempt to copy URL to clipboard
`); `);
}; };

Loading…
Cancel
Save