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

Commit a2ac61a

Browse files
authored
Actual v0.3.10 release to be tagged (#146)
* update NPM secure api_key * v0.3.10 changelog and version bump * Remove singular number:update duplication Change to numbers:update
1 parent 4ef84c0 commit a2ac61a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/bin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ commander
175175
.action(request.numberCancel.bind(request));
176176

177177
commander
178-
.command('number:update <number>')
178+
.command('numbers:update <number>')
179179
.description('Link a number to an application')
180180
.alias('nu')
181181
.option('--mo_http_url <mo_http_url>', 'used for SMS callbacks')
@@ -186,7 +186,7 @@ commander
186186
.on('--help', () => {
187187
emitter.log(' Examples:');
188188
emitter.log(' ');
189-
emitter.log(' $ nexmo number:update 445555555555 --voice_callback_type app --voice_callback_value asdasdas-asdd-2344-2344-asdasdasd345');
189+
emitter.log(' $ nexmo numbers:update 445555555555 --voice_callback_type app --voice_callback_value asdasdas-asdd-2344-2344-asdasdasd345');
190190
emitter.log(' ');
191191
})
192192
.action(request.numberUpdate.bind(request));

0 commit comments

Comments
 (0)