1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:26:01 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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