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:
Christian Rebischke 2018-06-20 00:53:23 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 44b598a1c9
commit 91fd39687a
1 changed files with 1 additions and 0 deletions

View File

@ -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"