From 1aa4fbf216887ebe293ae70b028b0c10b7bcb3b0 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Tue, 29 Mar 2016 22:21:49 -0700 Subject: [PATCH] now: fix indent --- bin/now | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bin/now b/bin/now index 1b9d449..6db140e 100755 --- a/bin/now +++ b/bin/now @@ -15,16 +15,16 @@ import ms from 'ms'; const argv = minimist(process.argv.slice(2)); const help = () => { console.log(` -𝚫 now [options] + 𝚫 now [options] -Options: + Options: - -h, --help output usage information - -v, --version output the version number - -d, --debug Debug mode [off] - -f, --force Force a new deployment even if nothing has changed - -L, --login Configure login - -C, --no-clipboard Do not attempt to copy URL to clipboard + -h, --help output usage information + -v, --version output the version number + -d, --debug Debug mode [off] + -f, --force Force a new deployment even if nothing has changed + -L, --login Configure login + -C, --no-clipboard Do not attempt to copy URL to clipboard `); };