From f2ce86befd792df3407de4d15464f096d2396fd6 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Sun, 3 Apr 2022 15:21:35 +0000 Subject: [PATCH] pwd: fix flags (#7953) --- pages/common/pwd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`