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:
parent
01d22cdbc9
commit
46b1f3f7bb
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue