From: Zbigniew Jędrzejewski-Szmek Date: Wed, 5 Aug 2020 10:16:03 +0000 (+0200) Subject: bless-boot: add missing verb to --help X-Git-Tag: v247-rc1~437^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ddd8e23dc9d6ab33b3b3c243369042a325ba618d;p=thirdparty%2Fsystemd.git bless-boot: add missing verb to --help There is also "help" verb which duplicates the --help option. I don't think we should advertise it. --- diff --git a/src/boot/bless-boot.c b/src/boot/bless-boot.c index b96e1f927ff..0824266a809 100644 --- a/src/boot/bless-boot.c +++ b/src/boot/bless-boot.c @@ -34,6 +34,7 @@ static int help(int argc, char *argv[], void *userdata) { printf("%s [OPTIONS...] COMMAND\n" "\n%sMark the boot process as good or bad.%s\n" "\nCommands:\n" + " status Show status of current boot loader entry\n" " good Mark this boot as good\n" " bad Mark this boot as bad\n" " indeterminate Undo any marking as good or bad\n"