mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:42:10 +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:
|
- 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`):
|
- Display output in the specified format (defaults to `tty`):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue