X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fmachine%2Fmachinectl.c;h=7bb7086056a051e6d2dadce399753bd77111133d;hb=cde93897cdefdd7c7f66c400a61e42ceee5f6a46;hp=61fb81381c7226b9caf45154de7636ea9e461619;hpb=613b411c947635136637f8cdd66b94512f761eab;p=elogind.git diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 61fb81381..7bb708605 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -639,11 +639,11 @@ static int help(void) { " -s --signal=SIGNAL Which signal to send\n\n" "Commands:\n" " list List running VMs and containers\n" - " status [NAME...] Show VM/container status\n" - " show [NAME...] Show properties of one or more VMs/containers\n" - " terminate [NAME...] Terminate one or more VMs/containers\n" - " kill [NAME...] Send signal to processes of a VM/container\n" - " login [NAME] Get a login prompt on a container\n", + " status NAME... Show VM/container status\n" + " show NAME... Show properties of one or more VMs/containers\n" + " terminate NAME... Terminate one or more VMs/containers\n" + " kill NAME... Send signal to processes of a VM/container\n" + " login NAME Get a login prompt on a container\n", program_invocation_short_name); return 0;