pwd: fix flags (#7953)

feature/refresh-touch
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
1 changed files with 2 additions and 2 deletions

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`