From: Bruce Jerrick Date: Tue, 7 May 2024 12:31:44 +0000 (+0100) Subject: doc: pwd: improve the -P help description X-Git-Tag: v9.6~239 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6480d592637799b9e2f5315ee7b4f597682a2c34;p=thirdparty%2Fcoreutils.git doc: pwd: improve the -P help description * src/pwd.c (usage): Say that symlinks are resolved, rather than the somewhat ambiguous "avoided". --- 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);