From 91fd39687adeeff2951538216b183ba917ae23f0 Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Wed, 20 Jun 2018 00:53:23 +0200 Subject: [PATCH] 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. --- src/machine/machinectl.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.47.3