summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdwer Vollering <vidwer@gmail.com>2020-12-08 00:24:39 +0100
committerIdwer Vollering <vidwer@gmail.com>2020-12-08 16:51:45 +0000
commita7855506c8f919aba0b9e0f1f86f4d51d3bb0193 (patch)
tree762454b13df4ee785683d32811746c0cc5987d42
parent8fa792fb1f4e71d7cf128a67ce449b5e28c8407a (diff)
downloadflashrom-a7855506c8f919aba0b9e0f1f86f4d51d3bb0193.tar.gz
flashrom-a7855506c8f919aba0b9e0f1f86f4d51d3bb0193.tar.bz2
flashrom-a7855506c8f919aba0b9e0f1f86f4d51d3bb0193.zip
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>
-rw-r--r--cli_classic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_classic.c b/cli_classic.c
index ae7f6ef04..3dbaec2b5 100644
--- a/cli_classic.c
+++ b/cli_classic.c
@@ -364,7 +364,7 @@ int main(int argc, char *argv[])
cli_classic_validate_singleop(&operation_specified);
list_supported_wiki = 1;
#else
- cli_classic_abort_usage("Error: Wiki output was not"
+ cli_classic_abort_usage("Error: Wiki output was not "
"compiled in. Aborting.\n");
#endif
break;