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