Skip to content

Commit ab69092

Browse files
authored
Update README.md
1 parent 5ff4e8c commit ab69092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin2cpp20/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ bin2cpp20 -i path/to/input/file -o path/to/output.hpp -v variable_name
6262
**Convert standard input to a sorted Unicode string:**
6363

6464
```sh
65-
cat path/to/input | bin2cpp20 -s -u -z -v variable_name -o path/to/output.hpp
65+
cat path/to/input | bin2cpp20 =i stdin -s -u -z -v variable_name -o path/to/output.hpp
6666
```
6767

6868
## Additional Notes

0 commit comments

Comments
 (0)