From: Lennart Poettering Date: Fri, 1 Mar 2024 14:22:13 +0000 (+0100) Subject: machinectl: mention -V in --help text X-Git-Tag: v256-rc1~678 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c1053ff270baf2a50517b171fe3e40fd8a62ec2;p=thirdparty%2Fsystemd.git machinectl: mention -V in --help text Follow-up for f82dcc3fc35883a73c8a03ad82d35abffc458676 --- diff --git a/man/machinectl.xml b/man/machinectl.xml index 45c2ae74bd7..a4d53175433 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -888,7 +888,6 @@ - | When operating on machines choose whether to use @@ -900,7 +899,13 @@ is used. - is a shorthand for . + + + + + + + is a shorthand for . diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 5e8ba9081be..a7d04f2f4de 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -2676,6 +2676,7 @@ static int help(int argc, char *argv[], void *userdata) { " --now Start or power off container after enabling or\n" " disabling it\n" " --runner=RUNNER Select between nspawn and vmspawn as the runner\n" + " -V Short for --runner=vmspawn\n" "\nSee the %2$s for details.\n", program_invocation_short_name, link,