We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e7d51 commit d11f372Copy full SHA for d11f372
src/jenv-add.psm1
@@ -9,7 +9,7 @@ function Invoke-Add {
9
if ($help) {
10
Write-Host '"jenv add" <name> <path>'
11
Write-Host With this command you can tell JEnv which java versions you have installed
12
- Write-Host '<name> is an alias you hav to give the java version for easier referencing. It cannot be remove'
+ Write-Host '<name> is an alias you have to give the java version for easier referencing. It cannot be remove'
13
Write-Host '<path> is the path to the parent of your bin folder. For example: "C:\Program Files\Java\jdk-17"'
14
Write-Host 'You have to register your JEnvs first before you can use "jenv change", "jenv use" or "jenv local"'
15
Write-Host 'List all registered java versions with "jenv list"'
0 commit comments