Browse Source

Fix typo in billing (#312)

master
Jeroen Engels 8 years ago
committed by Guillermo Rauch
parent
commit
c0d1a4fc9e
  1. 4
      bin/now-billing.js

4
bin/now-billing.js

@ -56,13 +56,13 @@ const help = () => {
${chalk.cyan(`$ now billing rm <id>`)}
${chalk.gray('–')} If the id is ommitted, you can choose interactively
${chalk.gray('–')} If the id is omitted, you can choose interactively
${chalk.gray('–')} Selects your default credit card:
${chalk.cyan(`$ now billing set-default <id>`)}
${chalk.gray('–')} If the id is ommitted, you can choose interactively
${chalk.gray('–')} If the id is omitted, you can choose interactively
`)
}

Loading…
Cancel
Save