From 6480d592637799b9e2f5315ee7b4f597682a2c34 Mon Sep 17 00:00:00 2001 From: Bruce Jerrick Date: Tue, 7 May 2024 13:31:44 +0100 Subject: [PATCH] doc: pwd: improve the -P help description * src/pwd.c (usage): Say that symlinks are resolved, rather than the somewhat ambiguous "avoided". --- src/pwd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pwd.c b/src/pwd.c index e53b5dbd54..2add89c8e0 100644 --- a/src/pwd.c +++ b/src/pwd.c @@ -59,7 +59,9 @@ Print the full filename of the current working directory.\n\ "), stdout); fputs (_("\ -L, --logical use PWD from environment, even if it contains symlinks\n\ - -P, --physical avoid all symlinks\n\ +"), stdout); + fputs (_("\ + -P, --physical resolve all symlinks\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); -- 2.47.2