X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fmachine%2Fmachinectl.c;h=dbfc24541efdde2fd700df0f6bcd7130b046d206;hp=2c29f1495eb3d47f7a23001099fc3c7e1afba14d;hb=e45fc5e738b0b7700e8b4f3c4b25c58a49b44b27;hpb=acf97e213e69a97e63ab8f7fad7ecd53608c757a diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 2c29f1495..dbfc24541 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -72,7 +72,6 @@ static OutputMode arg_output = OUTPUT_SHORT; static void pager_open_if_enabled(void) { - /* Cache result before we open the pager */ if (arg_no_pager) return; @@ -1761,8 +1760,8 @@ static int help(int argc, char *argv[], void *userdata) { " list List running VMs and containers\n" " status NAME... Show VM/container details\n" " show NAME... Show properties of one or more VMs/containers\n" - " login NAME Get a login prompt on a container\n" " start NAME... Start container as a service\n" + " login NAME Get a login prompt on a container\n" " 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"