We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab69092 commit 77e9aadCopy full SHA for 77e9aad
1 file changed
bin2cpp20/README.md
@@ -62,7 +62,7 @@ bin2cpp20 -i path/to/input/file -o path/to/output.hpp -v variable_name
62
**Convert standard input to a sorted Unicode string:**
63
64
```sh
65
-cat path/to/input | bin2cpp20 =i stdin -s -u -z -v variable_name -o path/to/output.hpp
+cat path/to/input | bin2cpp20 -i stdin -s -u -z -v variable_name -o path/to/output.hpp
66
```
67
68
## Additional Notes
0 commit comments