From cb8403174b2807ff5884ac6b64630c6e7d44f393 Mon Sep 17 00:00:00 2001 From: Matheus Fernandes Date: Sat, 14 Jan 2017 19:48:53 -0200 Subject: [PATCH] Make clear that the alias must exist when using `--alias` (#222) --- bin/now-deploy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/now-deploy.js b/bin/now-deploy.js index ad197af..540b832 100755 --- a/bin/now-deploy.js +++ b/bin/now-deploy.js @@ -98,7 +98,7 @@ const help = () => { -e, --env Include an env var (e.g.: ${chalk.dim('`-e KEY=value`')}). Can appear many times. -C, --no-clipboard Do not attempt to copy URL to clipboard -N, --forward-npm Forward login information to install private NPM modules - -a, --alias Assign an alias to the deployment + -a, --alias Reassign an existing alias to the deployment ${chalk.dim('Enforcable Types (when both package.json and Dockerfile exist):')}