nvm: remove extra space in exec command description
This commit is contained in:
parent
7916ba50ed
commit
4ab4eaea2d
2
src/_nvm
2
src/_nvm
|
@ -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]'
|
||||||
|
|
Loading…
Reference in New Issue