From 19b8df7d7d41987800a87b9f6b105809262d472b Mon Sep 17 00:00:00 2001 From: uwe Date: Thu, 23 Apr 2009 14:57:55 +0000 Subject: Original v2 revision: 4196 Don't duplicate option description in README, the manpage already has that info. Also, additional small cosmetic fix. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@440 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- layout.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'layout.c') diff --git a/layout.c b/layout.c index 84a8ec7..87a52ad 100644 --- a/layout.c +++ b/layout.c @@ -108,8 +108,7 @@ int show_id(uint8_t *bios, int size, int force) */ if (!strcasecmp(mainboard_vendor, lb_vendor) && !strcasecmp(mainboard_part, lb_part)) { - printf_debug("This firmware image matches " - "this motherboard.\n"); + printf_debug("This firmware image matches this mainboard.\n"); } else { if (force) { printf("WARNING: This firmware image does not " -- cgit v1.2.1