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

View File

@@ -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`