From: Christian Rebischke Date: Tue, 19 Jun 2018 22:53:23 +0000 (+0200) Subject: mention alias for poweroff in machinectl --help X-Git-Tag: v239~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91fd39687adeeff2951538216b183ba917ae23f0;p=thirdparty%2Fsystemd.git 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. --- diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index d656681daf9..9a5bf365879 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -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"