Browse Source

now-remove: show help upon missing id

master
Guillermo Rauch 9 years ago
parent
commit
d498b1056e
  1. 1
      bin/now-remove

1
bin/now-remove

@ -32,6 +32,7 @@ if (argv.h || argv.help) {
if (!deploymentId) {
error('No deployment id specified. You can see active deployments with `now ls`.');
help();
process.exit(1);
}

Loading…
Cancel
Save