diff --git a/pages/common/pwd.md b/pages/common/pwd.md index 68694b896..0fe225724 100644 --- a/pages/common/pwd.md +++ b/pages/common/pwd.md @@ -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`