We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff4e8c commit ab69092Copy full SHA for ab69092
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 -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