]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
vmspawn: shorted --help output to fit in 80 columns
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 7 Nov 2023 17:54:38 +0000 (18:54 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 7 Nov 2023 17:59:19 +0000 (18:59 +0100)
I think that "SB" is good enough here, the option name shows the unabbreviated
name.

src/vmspawn/vmspawn.c

index ab137df0a7155d3ea4f48d3bbfee0016a38951a8..00166b2f7a40f7434235704c0cf95b25798f9bd6 100644 (file)
@@ -68,7 +68,7 @@ static int help(void) {
                "     --qemu-mem=MEM         Configure guest's RAM size\n"
                "     --qemu-kvm=            Configure whether to use KVM or not\n"
                "     --qemu-gui             Start QEMU in graphical mode\n"
-               "     --secure-boot=         Configure whether to search for firmware which supports Secure Boot\n\n"
+               "     --secure-boot=         Configure searching for firmware with SB support\n\n"
                "%3$sCredentials:%4$s\n"
                "     --set-credential=ID:VALUE\n"
                "                            Pass a credential with literal value to container.\n"