diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-29 01:44:31 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-29 01:46:57 +0000 |
commit | e8a7514e7701b314a00ceb722c912cc2ca9f6966 (patch) | |
tree | a7da8ca2575fda413e37d919e3d06f73b8366746 /resources/utilities/ich9deblob | |
parent | 4e68aa6b0b359d1ded3afed3e361b86fe2e6b67a (diff) | |
download | librebootfr-e8a7514e7701b314a00ceb722c912cc2ca9f6966.tar.gz librebootfr-e8a7514e7701b314a00ceb722c912cc2ca9f6966.zip |
ich9gen: fix typo
Diffstat (limited to 'resources/utilities/ich9deblob')
-rw-r--r-- | resources/utilities/ich9deblob/src/ich9gen.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/resources/utilities/ich9deblob/src/ich9gen.c b/resources/utilities/ich9deblob/src/ich9gen.c index 7ae4980a..dfd13439 100644 --- a/resources/utilities/ich9deblob/src/ich9gen.c +++ b/resources/utilities/ich9deblob/src/ich9gen.c @@ -64,7 +64,7 @@ int main(int argc, char *argv[]) } for(i=2; i<14; i+=3) { if(argv[2][i]!=':') { - printf("ich9gen: invalid mac address format (non-color characters used as spacing)\n"); + printf("ich9gen: invalid mac address format (non-colon characters used as spacing)\n"); return 1; } } @@ -98,7 +98,9 @@ int main(int argc, char *argv[]) return 1; } - printf("The modified gbe regions has also been dumped as src files: mkgbe.c, mkgbe.h\n"); + printf("You selected to change the MAC address in the Gbe section. This has been done.\n\n"); + + printf("The modified gbe region has also been dumped as src files: mkgbe.c, mkgbe.h\n"); printf("To use these in ich9gen, place them in src/ich9gen/ and re-build ich9gen.\n\n"); } |