1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 06:55:24 +02:00

pwd: fix flags (#7953)

This commit is contained in:
CleanMachine1 2022-04-03 15:21:35 +00:00 committed by GitHub
parent 48c442da5d
commit f2ce86befd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,8 +9,8 @@
- Print the current directory, and resolve all symlinks (i.e. show the "physical" path): - Print the current directory, and resolve all symlinks (i.e. show the "physical" path):
`pwd --physical` `pwd -P`
- Print the current logical directory: - Print the current logical directory:
`pwd --logical` `pwd -L`