This repository was archived by the owner on Aug 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ commander
175175 . action ( request . numberCancel . bind ( request ) ) ;
176176
177177commander
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 ) ) ;
You can’t perform that action at this time.
0 commit comments