mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
shellcheck: fix typo (#10750)
This commit is contained in:
parent
33756f5b5e
commit
beed548922
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
- Also check any sourced shell scripts:
|
||||
|
||||
`shellcheck --checked-sourced {{path/to/script.sh}}`
|
||||
`shellcheck --check-sourced {{path/to/script.sh}}`
|
||||
|
||||
- Display output in the specified format (defaults to `tty`):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue