1
0
Files
cp210x-program/0001-docs-fix-example-of-reading-EEPROM.patch

42 lines
1.2 KiB
Diff

From 3673725ba9982023cdeea87afbe87ea470971cfe Mon Sep 17 00:00:00 2001
From: "S. Lockwood-Childs" <sjl@vctlabs.com>
Date: Sat, 28 Sep 2019 18:59:13 -0700
Subject: [PATCH] docs: fix example of reading EEPROM
Fixes:
https://github.com/VCTLabs/cp210x-program/issues/1
---
README | 2 +-
doc/index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
index f1c80d4..99193c0 100644
--- a/README
+++ b/README
@@ -45,7 +45,7 @@ Usage
-----
Read EEPROM content into hexfile:
-$ cp210x-program --read-cp210x -F eeprom-content.hex
+$ cp210x-program --read-cp210x -f eeprom-content.hex
Show EEPROM content from device 002 on bus 001:
$ cp210x-program --read-cp210x -m 001/002
diff --git a/doc/index.html b/doc/index.html
index 6783504..9ff13fe 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -79,7 +79,7 @@ programmed IDs are reprogrammed at this IDs to 45-cp210x-programming.rules.
<h2>Usage</h2>
<h3>Read EEPROM content into hexfile:</h3>
-<pre>$ cp210x-program --read-cp210x -F eeprom-content.hex
+<pre>$ cp210x-program --read-cp210x -f eeprom-content.hex
</pre>
<h3>Show EEPROM content from device 002 on bus 001:</h3>
--
2.28.0