From: Zbigniew Jędrzejewski-Szmek Date: Tue, 7 Nov 2023 17:54:38 +0000 (+0100) Subject: vmspawn: shorted --help output to fit in 80 columns X-Git-Tag: v255-rc2~89^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6527d175cda8c2e1feceb26eb7e3ec111ddc6ae4;p=thirdparty%2Fsystemd.git vmspawn: shorted --help output to fit in 80 columns I think that "SB" is good enough here, the option name shows the unabbreviated name. --- diff --git a/src/vmspawn/vmspawn.c b/src/vmspawn/vmspawn.c index ab137df0a71..00166b2f7a4 100644 --- a/src/vmspawn/vmspawn.c +++ b/src/vmspawn/vmspawn.c @@ -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"