summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-08-05 12:16:03 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-08-17 18:26:09 +0200
commit53a8d2588e72cd6af930ae32b9590cf2d92c6da5 (patch)
treed78bfc339ec9e936fc2f075d9a7fe049a9a9b5dd
parent4cfa0ac4fdc4e404f8361785c60c9f6061152d2f (diff)
downloadsystemd-53a8d2588e72cd6af930ae32b9590cf2d92c6da5.tar.gz
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. (cherry picked from commit ddd8e23dc9d6ab33b3b3c243369042a325ba618d)
-rw-r--r--src/boot/bless-boot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/bless-boot.c b/src/boot/bless-boot.c
index b96e1f927f..0824266a80 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"