From b5a9ce4b3734fbbfc4643ee2ecff5d6fed5b2957 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Fri, 20 Feb 2026 14:39:59 +0900 Subject: [PATCH] Update global option descriptions according to latest manpage --- src/_port | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_port b/src/_port index 071c3b2..d9225ad 100644 --- a/src/_port +++ b/src/_port @@ -60,9 +60,9 @@ _port() { '-d[Debug mode (generate debugging messages, implies -v)]' \ '-q[Quiet mode (suppress messages)]' \ '-N[Non-interactive mode]' \ - "-n[Don't upgrade dependencies (affects upgrade and install)]" \ + "-n[Don't follow dependencies in upgrade (affects upgrade and install)]" \ "-R[Also upgrade dependents (only affects upgrade) ]" \ - '-u[Uninstall non-active ports when upgrading and uninstalling]' \ + '-u[Uninstall inactive ports when upgrading and uninstalling]' \ '-y[Perform a dry run]' \ '-s[Source-only mode (build and install from source)]' \ '-b[Binary-only mode (build and install from binary archives)]' \