mirror of
https://github.com/systemd/systemd.git
synced 2024-12-26 03:22:00 +03:00
loginctl: add more --help sections
This commit is contained in:
parent
fefdc04b38
commit
2520f939ba
@ -1052,7 +1052,7 @@ static void help(void) {
|
||||
" -l --full Do not ellipsize output\n"
|
||||
" --kill-who=WHO Who to send signal to\n"
|
||||
" -s --signal=SIGNAL Which signal to send\n\n"
|
||||
"Commands:\n"
|
||||
"Session Commands:\n"
|
||||
" list-sessions List sessions\n"
|
||||
" session-status ID... Show session status\n"
|
||||
" show-session [ID...] Show properties of sessions or the manager\n"
|
||||
@ -1062,14 +1062,16 @@ static void help(void) {
|
||||
" lock-sessions Screen lock all current sessions\n"
|
||||
" unlock-sessions Screen unlock all current sessions\n"
|
||||
" terminate-session ID... Terminate one or more sessions\n"
|
||||
" kill-session ID... Send signal to processes of a session\n"
|
||||
" kill-session ID... Send signal to processes of a session\n\n"
|
||||
"User Commands:\n"
|
||||
" list-users List users\n"
|
||||
" user-status USER... Show user status\n"
|
||||
" show-user [USER...] Show properties of users or the manager\n"
|
||||
" enable-linger USER... Enable linger state of one or more users\n"
|
||||
" disable-linger USER... Disable linger state of one or more users\n"
|
||||
" terminate-user USER... Terminate all sessions of one or more users\n"
|
||||
" kill-user USER... Send signal to processes of a user\n"
|
||||
" kill-user USER... Send signal to processes of a user\n\n"
|
||||
"Seat Commands:\n"
|
||||
" list-seats List seats\n"
|
||||
" seat-status NAME... Show seat status\n"
|
||||
" show-seat NAME... Show properties of one or more seats\n"
|
||||
|
Loading…
Reference in New Issue
Block a user