From 72c863f6a44c6da4e87540c0b32bccb0f563a395 Mon Sep 17 00:00:00 2001 From: David P Date: Fri, 22 Jun 2018 13:39:37 -0400 Subject: find-deprecated-pkgs: update usage Signed-off-by: David P --- find-deprecated-pkgs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/find-deprecated-pkgs b/find-deprecated-pkgs index de7bb36..8e6a435 100755 --- a/find-deprecated-pkgs +++ b/find-deprecated-pkgs @@ -71,12 +71,7 @@ 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. - -This program only takes one argument, meaning that (for example) if you run -\`${0##*/} parabola arch' only 'parabola' is considered EOM - -exit $STATUS } mkpkglist() { @@ -129,7 +124,7 @@ check(){ esac } -if [[ -s $@ ]]; then +if [[ $@ = "" ]]; then usage else ip r | grep ^default | awk '{print $3}' | -- cgit v1.2.2