X Tutup
Skip to content

Commit 8d3e0d6

Browse files
committed
bootctl: add comment, explaining when verb_install() is called
1 parent d16da79 commit 8d3e0d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/boot/bootctl.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1932,6 +1932,8 @@ static int verb_install(int argc, char *argv[], void *userdata) {
19321932
bool install, graceful;
19331933
int r;
19341934

1935+
/* Invoked for both "update" and "install" */
1936+
19351937
install = streq(argv[0], "install");
19361938
graceful = !install && arg_graceful; /* support graceful mode for updates */
19371939

0 commit comments

Comments
 (0)
X Tutup