Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Actual v0.3.10 release to be tagged (#146)
Browse files Browse the repository at this point in the history
* update NPM secure api_key

* v0.3.10 changelog and version bump

* Remove singular number:update duplication
Change to numbers:update
  • Loading branch information
leggetter committed Jun 23, 2017
1 parent 4ef84c0 commit a2ac61a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ commander
.action(request.numberCancel.bind(request));

commander
.command('number:update <number>')
.command('numbers:update <number>')
.description('Link a number to an application')
.alias('nu')
.option('--mo_http_url <mo_http_url>', 'used for SMS callbacks')
Expand All @@ -186,7 +186,7 @@ commander
.on('--help', () => {
emitter.log(' Examples:');
emitter.log(' ');
emitter.log(' $ nexmo number:update 445555555555 --voice_callback_type app --voice_callback_value asdasdas-asdd-2344-2344-asdasdasd345');
emitter.log(' $ nexmo numbers:update 445555555555 --voice_callback_type app --voice_callback_value asdasdas-asdd-2344-2344-asdasdasd345');
emitter.log(' ');
})
.action(request.numberUpdate.bind(request));
Expand Down

0 comments on commit a2ac61a

Please sign in to comment.