host/limine: Fix typo
This commit is contained in:
parent
93942a3334
commit
1f82dd89c7
@ -1002,7 +1002,7 @@ uninstall_mode_cleanup:
|
|||||||
static void enroll_config_usage(const char *name) {
|
static void enroll_config_usage(const char *name) {
|
||||||
printf("Usage: %s enroll-config <Limine executable> <BLAKE2B of config file>\n", name);
|
printf("Usage: %s enroll-config <Limine executable> <BLAKE2B of config file>\n", name);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" --reset Remove enrolled BLAKE2B, will not check config intergrity\n");
|
printf(" --reset Remove enrolled BLAKE2B, will not check config integrity\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" --quiet Do not print verbose diagnostic messages\n");
|
printf(" --quiet Do not print verbose diagnostic messages\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user