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

@@ -2,18 +2,18 @@
> Initiates a session for a user.
- Login as a user:
- Log in as a user:
`login {{user}}`
- Login as user without authentication if user is preauthenticated:
- Log in as user without authentication if user is preauthenticated:
`login -f {{user}}`
- Login as user and preserve environment:
- Log in as user and preserve environment:
`login -p {{user}}`
- Login as a user on a remote host:
- Log in as a user on a remote host:
`login -h {{host}} {{user}}`