Merge pull request #918 from kaznovac/patch-1

nvm: remove extra space in exec command description
This commit is contained in:
Shohei YOSHIDA 2022-11-15 21:05:54 +09:00 committed by GitHub
commit fd462fc4dc
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]'