*: change command line to command-line (#12996)

Change `command line` to `command-line`
This commit is contained in:
spageektti
2024-06-16 22:46:42 +02:00
committed by GitHub
parent 4e62f7f221
commit 5a1c363361
13 changed files with 14 additions and 14 deletions

View File

@@ -11,7 +11,7 @@
`crystal build {{path/to/file.cr}}`
- Read Crystal source code from the command line or `stdin`, and execute it:
- Read Crystal source code from the command-line or `stdin`, and execute it:
`crystal eval '{{code}}'`