mirror of
https://github.com/systemd/systemd.git
synced 2025-01-21 22:04:01 +03:00
mention alias for poweroff in machinectl --help
This commit adds the stop alias to the output of `machinectl --help`. In the past we only mention this in the man page. It's nice to mention this in the output `machinectl --help` as well.
This commit is contained in:
parent
44b598a1c9
commit
91fd39687a
@ -2682,6 +2682,7 @@ static int help(int argc, char *argv[], void *userdata) {
|
||||
" enable NAME... Enable automatic container start at boot\n"
|
||||
" disable NAME... Disable automatic container start at boot\n"
|
||||
" poweroff NAME... Power off one or more containers\n"
|
||||
" stop NAME...\n"
|
||||
" reboot NAME... Reboot one or more containers\n"
|
||||
" terminate NAME... Terminate one or more VMs/containers\n"
|
||||
" kill NAME... Send signal to processes of a VM/container\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user