summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-07-15 20:08:22 -0400
committerDavid P <megver83@parabola.nu>2018-07-15 20:08:22 -0400
commitea30a0db4bb3599ae8944987d14ae0b99b34c189 (patch)
tree8d2b0d0d670949996b51fcadb88014f4681ee62b
parent58b75c56930a17e8b91bf3aed0e0775cddc9046c (diff)
find-deprecated-pkgs: add useful info in usage()
Signed-off-by: David P <megver83@parabola.nu>
-rwxr-xr-xfind-deprecated-pkgs4
1 files changed, 4 insertions, 0 deletions
diff --git a/find-deprecated-pkgs b/find-deprecated-pkgs
index 0126ccd..8b91211 100755
--- a/find-deprecated-pkgs
+++ b/find-deprecated-pkgs
@@ -71,6 +71,10 @@ The 'parabola' argument compares with our repositories and Arch's
since in blacklists like your-privacy and your-initfreedom we also block
some packages from [pcr] (like jitsi) and [libre] (like icedove), and
probably also from their -multilib, -testing and -multilib-testing derivatives.
+
+To easily remove a line, you can use the following sed expresion:
+
+ sed '/^pkgname:/d' -i blacklist_file.txt
EOM
}