change login/logout to log in/log out (#5920)
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user