Skip to content

Commit

Permalink
Fix suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
marioortizmanero committed Nov 8, 2020
1 parent 29100c5 commit 7b0464f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fn main() {
cmd::last_installed,
),
("Orphan packages (yay -Rns <pkg>)", cmd::orphan),
("Cache cleaning (yay -Syu --devel)", cmd::paccache),
("Cache cleaning (paccache -r)", cmd::paccache),
("Trash size (trash-empty)", cmd::trash_size),
("Devel updates (yay -Syu --devel)", cmd::devel_updates),
(
Expand Down

0 comments on commit 7b0464f

Please sign in to comment.