Skip to content

Commit

Permalink
Improved the command that allows showing the package version changes …
Browse files Browse the repository at this point in the history
…during the listing of available update
  • Loading branch information
Antiz96 committed Sep 15, 2022
1 parent fd16d5e commit eee752d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ See https://www.freedesktop.org/software/systemd/man/systemd.time.html

If you want `arch-update` to show the packages version changes in the main `update` function, run the following command:
```
sudo sed -i "s/ | awk '{print \$1}'//g" /usr/bin/arch-update 2>/dev/null || sudo sed -i "s/ | awk '{print \$1}'//g" /usr/local/bin/arch-update 2>/dev/null
sudo sed -i "s/ | awk '{print \$1}'//g" /usr/bin/arch-update /usr/local/bin/arch-update 2>/dev/null || true
```

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion doc/man/arch-update.1
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ See https://www.freedesktop.org/software/systemd/man/systemd.time.html
.B Show packages version changes
.RB "If you want Arch-Update to show the packages version changes in the main " "update " "function, launch the following command :"
.br
.B sudo sed -i "s/ | awk '{print \$1}'//g" /usr/bin/arch-update 2>/dev/null || sudo sed -i "s/ | awk '{print \$1}'//g" /usr/local/bin/arch-update 2>/dev/null
.B sudo sed -i "s/ | awk '{print \$1}'//g" /usr/bin/arch-update /usr/local/bin/arch-update 2>/dev/null || true

.SH SEE ALSO
.BR cp (1),
Expand Down

0 comments on commit eee752d

Please sign in to comment.