diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2026-02-20 14:39:59 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2026-02-20 14:39:59 +0900 |
| commit | b5a9ce4b3734fbbfc4643ee2ecff5d6fed5b2957 (patch) | |
| tree | 4c35297c7346b56253d5a488732521b6f8279346 /src | |
| parent | fix typo (diff) | |
| download | zsh-completions-b5a9ce4b3734fbbfc4643ee2ecff5d6fed5b2957.tar zsh-completions-b5a9ce4b3734fbbfc4643ee2ecff5d6fed5b2957.tar.gz zsh-completions-b5a9ce4b3734fbbfc4643ee2ecff5d6fed5b2957.tar.bz2 zsh-completions-b5a9ce4b3734fbbfc4643ee2ecff5d6fed5b2957.tar.lz zsh-completions-b5a9ce4b3734fbbfc4643ee2ecff5d6fed5b2957.tar.xz zsh-completions-b5a9ce4b3734fbbfc4643ee2ecff5d6fed5b2957.tar.zst zsh-completions-b5a9ce4b3734fbbfc4643ee2ecff5d6fed5b2957.zip | |
Update global option descriptions according to latest manpage
Diffstat (limited to 'src')
| -rw-r--r-- | src/_port | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)]' \ |
