mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 07:15:22 +02:00
pwd: fix flags (#7953)
This commit is contained in:
parent
48c442da5d
commit
f2ce86befd
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
- Print the current directory, and resolve all symlinks (i.e. show the "physical" path):
|
||||
|
||||
`pwd --physical`
|
||||
`pwd -P`
|
||||
|
||||
- Print the current logical directory:
|
||||
|
||||
`pwd --logical`
|
||||
`pwd -L`
|
||||
|
|
Loading…
Add table
Reference in a new issue