*: standardize "command-line" (#10300)

This commit is contained in:
pixel
2023-05-30 20:37:28 +02:00
committed by GitHub
parent 52447db138
commit d8991be0e8
27 changed files with 29 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
# tcc
> A tiny C compiler that can run C source files as scripts and otherwise has command line options similar to `gcc`.
> A tiny C compiler that can run C source files as scripts and otherwise has command-line options similar to `gcc`.
> More information: <https://bellard.org/tcc/tcc-doc.html>.
- Compile and link 2 source files to generate an executable: