We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b639670 commit 8d86486Copy full SHA for 8d86486
2 files changed
install.ps1
@@ -365,7 +365,7 @@ function Install-Autohand {
365
Write-Host "Get started:"
366
Write-Host " autohand # Start interactive mode"
367
Write-Host " autohand --help # Show all options"
368
- Write-Host " autohand /login # Sign in to your account"
+ Write-Host " autohand login # Sign in to your account"
369
Write-Host ""
370
}
371
install.sh
@@ -155,7 +155,7 @@ EOF
155
echo "Get started:"
156
echo " autohand # Start interactive mode"
157
echo " autohand --help # Show all options"
158
- echo " autohand /login # Sign in to your account"
+ echo " autohand login # Sign in to your account"
159
fi
160
161
echo ""
0 commit comments