change login/logout to log in/log out (#5920)

This commit is contained in:
marchersimon
2021-05-14 02:42:15 +02:00
committed by GitHub
parent 40e478add9
commit be88cdda92
20 changed files with 27 additions and 27 deletions

View File

@@ -11,11 +11,11 @@
`pio account destroy`
- Login to your PlatformIO account:
- Log in to your PlatformIO account:
`pio account login --username {{username}} --password {{password}}`
- Logout of your PlatformIO account:
- Log out of your PlatformIO account:
`pio account logout`