nvm: remove extra space in exec command description

This commit is contained in:
Marko Kaznovac 2022-11-15 12:48:19 +01:00 committed by GitHub
parent 7916ba50ed
commit 4ab4eaea2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ __nvm_subcommands() {
'install:Download and install a <version>' 'install:Download and install a <version>'
'uninstall:Uninstall a <version>' 'uninstall:Uninstall a <version>'
'use:Modify PATH to use <version>' 'use:Modify PATH to use <version>'
'exec: Run <command> on <version>' 'exec:Run <command> on <version>'
'run:Run <version> with <args> as arguments' 'run:Run <version> with <args> as arguments'
'current:Display currently activated version of Node' 'current:Display currently activated version of Node'
'ls:List installed [versions]' 'ls:List installed [versions]'