flex: fix --outfile example (#4165)

client-spec/clarity
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
1 changed files with 1 additions and 1 deletions

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: