mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 23:55:23 +02:00
lex: fix syntax mistake
This commit is contained in:
parent
adf0c97b51
commit
2a1931ede2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Specify the output file:
|
||||
|
||||
`lex {{analyser.l}} --outfile {{analyser.c}}
|
||||
`lex {{analyser.l}} --outfile {{analyser.c}}`
|
||||
|
||||
- Compile a C file generated by lex:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue