From e8f77aca593730e741eeaa7568fe4f5201f719b3 Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Sun, 28 Jun 2020 22:38:18 -0500 Subject: [PATCH] fixed comment --- fpf | 1 + 1 file changed, 1 insertion(+) diff --git a/fpf b/fpf index 9219395..952f063 100644 --- a/fpf +++ b/fpf @@ -79,6 +79,7 @@ AurInstalled() { } ### ORPHANS +# List orphaned packages and remove selected Orphans() { sort <(pacman -Qtdq) > /tmp/orphaned echo "$(echo -e ' Select packages to remove\n (use TAB to toggle selection)'; cat /tmp/orphaned)" > /tmp/orphaned