Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/c/em100/+/36051 )
Change subject: Fix whitespace error ......................................................................
Fix whitespace error
Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com Change-Id: I5b2492668b1b41afb4c32b24cbf9554783767311 --- M em100.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/em100 refs/changes/51/36051/1
diff --git a/em100.c b/em100.c index a20dc7d..6a348d3 100644 --- a/em100.c +++ b/em100.c @@ -642,7 +642,7 @@ " -c|--set CHIP: select chip emulation\n" " -d|--download FILE: download FILE into EM100pro\n" " -a|--start address: only works with -d (E.g. -d file.bin -a 0x300000)\n" - " -u|--upload FILE: upload from EM100pro into FILE\n" + " -u|--upload FILE: upload from EM100pro into FILE\n" " -r|--start: em100 shall run\n" " -s|--stop: em100 shall stop\n" " -v|--verify: verify EM100 content matches the file\n"