mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-29 16:03:47 +02:00
cli_classic.c: fix minor cosmetic bug when support for wiki page generation is not compiled in
Change-Id: I222fd7aa5d633fe81ef1894d67dcb25ba0dd8937 Signed-off-by: Idwer Vollering <vidwer@gmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/48430 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
8fa792fb1f
commit
a7855506c8
@ -364,7 +364,7 @@ int main(int argc, char *argv[])
|
|||||||
cli_classic_validate_singleop(&operation_specified);
|
cli_classic_validate_singleop(&operation_specified);
|
||||||
list_supported_wiki = 1;
|
list_supported_wiki = 1;
|
||||||
#else
|
#else
|
||||||
cli_classic_abort_usage("Error: Wiki output was not"
|
cli_classic_abort_usage("Error: Wiki output was not "
|
||||||
"compiled in. Aborting.\n");
|
"compiled in. Aborting.\n");
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user