You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,9 @@ This should give you full details on all the possible options.
27
27
### Display Current Settings
28
28
29
29
```
30
-
sudo ./ftx_prog --ftprog-strings --dump
30
+
sudo ./ftx_prog --dump
31
31
```
32
32
33
-
### `--ftprog-strings`
34
-
35
-
The flag should be specified when compatibility with the string format used in the [FT Prog](http://www.ftdichip.com/Support/Utilities.htm#FT_Prog) utility is required. If it is not specified strings will be read and written in ASCII format.
0 commit comments