projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cfa0ac
)
bless-boot: add missing verb to --help
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Wed, 5 Aug 2020 10:16:03 +0000
(12:16 +0200)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Mon, 17 Aug 2020 16:26:09 +0000
(18:26 +0200)
There is also "help" verb which duplicates the --help option. I don't
think we should advertise it.
(cherry picked from commit
ddd8e23dc9d6ab33b3b3c243369042a325ba618d
)
src/boot/bless-boot.c
patch
|
blob
|
history
diff --git
a/src/boot/bless-boot.c
b/src/boot/bless-boot.c
index b96e1f927fffab84d1e4f9d28d4dab6a11875c0e..0824266a809a89688961ae77870c8e9f5d5ce1ec 100644
(file)
--- 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"