mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
Switch backticks to double backticks for rst compatibility
This commit is contained in:
@@ -10,10 +10,10 @@ pwd
|
||||
Description
|
||||
------------
|
||||
|
||||
`pwd` outputs (prints) the current working directory.
|
||||
``pwd`` outputs (prints) the current working directory.
|
||||
|
||||
The following options are available:
|
||||
|
||||
- `-L`, Output the logical working directory, without resolving symlinks (default behavior).
|
||||
- ``-L``, Output the logical working directory, without resolving symlinks (default behavior).
|
||||
|
||||
- `-P`, Output the physical working directory, with symlinks resolved.
|
||||
- ``-P``, Output the physical working directory, with symlinks resolved.
|
||||
|
||||
Reference in New Issue
Block a user