Skip to content

fix: Pacman provider uses unrecognized option '--update'#451

Open
fmichea wants to merge 1 commit into
OpenVoxProject:mainfrom
fmichea:fix/pacman-provider-argument-fix
Open

fix: Pacman provider uses unrecognized option '--update'#451
fmichea wants to merge 1 commit into
OpenVoxProject:mainfrom
fmichea:fix/pacman-provider-argument-fix

Conversation

@fmichea
Copy link
Copy Markdown

@fmichea fmichea commented May 19, 2026

Short description

In cf789b7, long command parameters were introduced for readability. Command argument -U was changed to --update but as can be seen in the previous commit's description and below, the actual replacement for this shorthand is --upgrade. With this commit, the correct long form is added.

Examples from command line:

[root@host ~]# pacman --update
pacman: unrecognized option '--update'
[root@host ~]# pacman -Uh
usage:  pacman {-U --upgrade} [options] <file(s)>
options:
   ...

Checklist

I have:

In cf789b7, long command parameters
were introduced for readability. Command argument ``-U`` was changed
to ``--update`` but as can be seen in the previous commit description
the actual replacement for this shorthand is ``--upgrade``.

Signed-off-by: Franck Michea <franck@michea.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant