mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-19 21:03:51 -07:00
Add missing backtick in man page
This commit is contained in:
parent
581bcc3907
commit
4dfb3fce9c
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ Here is an example `.shellcheckrc`:
|
|||
|
||||
If no `.shellcheckrc` is found in any of the parent directories, ShellCheck
|
||||
will look in `~/.shellcheckrc` followed by the XDG config directory
|
||||
(usually `~/.config/shellcheckrc`) on Unix, or %APPDATA%/shellcheckrc` on
|
||||
(usually `~/.config/shellcheckrc`) on Unix, or `%APPDATA%/shellcheckrc` on
|
||||
Windows. Only the first file found will be used.
|
||||
|
||||
Note for Snap users: the Snap sandbox disallows access to hidden files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue