flex: fix --outfile example (#4165)

This commit is contained in:
ParaSait
2020-07-17 19:41:30 +02:00
committed by GitHub
parent 01d22cdbc9
commit 46b1f3f7bb

View File

@@ -9,7 +9,7 @@
- Specify the output file: - Specify the output file:
`flex {{analyser.l}} --outfile {{analyser.c}}` `flex --outfile {{analyser.c}} {{analyser.l}}`
- Compile a C file generated by flex: - Compile a C file generated by flex: