Remove deprecated flag completions

This commit is contained in:
Shohei YOSHIDA 2026-02-17 13:56:45 +09:00
parent 9c17cce4ef
commit f6c262ad83
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 2 additions and 4 deletions

View File

@ -24,7 +24,7 @@
# Description # Description
# ----------- # -----------
# #
# Completion script for do-release-upgrade 23.10.10 # Completion script for do-release-upgrade 25.10.7
# #
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Authors # Authors
@ -40,12 +40,10 @@ _arguments \
'(-d --devel-release)'{-d,--devel-release}'[Upgrade to the development release]' \ '(-d --devel-release)'{-d,--devel-release}'[Upgrade to the development release]' \
'--data-dir=[Directory that contains the data files]:dir:_files -/' \ '--data-dir=[Directory that contains the data files]:dir:_files -/' \
'(-p --proposed)'{-p,--proposed}'[Try upgrading to the latest release using the upgrade from \$distro-proposed]' \ '(-p --proposed)'{-p,--proposed}'[Try upgrading to the latest release using the upgrade from \$distro-proposed]' \
'(-m --mode)'{-m,--mode=}'[Run in a special upgrade mode]:mode:(desktop server)' \
'(-f --frontend)'{-f,--frontend}'[Run the specified frontend]:frontend' \ '(-f --frontend)'{-f,--frontend}'[Run the specified frontend]:frontend' \
'(- *)--check-dist-upgrade-only[Check only if a new distribution release is available]' \ '(- *)--check-dist-upgrade-only[Check only if a new distribution release is available]' \
'--allow-third-party[Try the upgrade with third party mirrors and repositories]' \ '--allow-third-party[Try the upgrade with third party mirrors and repositories]' \
'(-q --quiet)'{-q,--quiet}'[Quiet mode]' \ '(-q --quiet)'{-q,--quiet}'[Quiet mode]'
\*{-e,--env=}'[A comma-separated list of environment variables]'
# Local Variables: # Local Variables:
# mode: Shell-Script # mode: Shell-Script