From d29535845cd89f33673bfe8f8faa1bed7982732f Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Fri, 21 Aug 2020 13:55:15 +0200 Subject: [PATCH] stat: help: swap the order --- stat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stat b/stat index 6ed13cb..adf46b4 100755 --- a/stat +++ b/stat @@ -119,7 +119,7 @@ if (($ARGV[0]||"") eq "-r") { my $all_sorted=shift @ARGV if ($ARGV[0]||"") eq "-a"; die "" .$0.' [-r ] [-a] {""|.dt.rpm|.dt5.rpm} {""|.dt.rpm|.dt5.rpm}'."\n" - .$0.' "" .dt.rpm;'.$0.' .dt.rpm .dt5.rpm;'.$0.' "" .dt5.rpm'."\n" + .$0.' .dt.rpm "";'.$0.' .dt5.rpm .dt.rpm;'.$0.' .dt5.rpm ""'."\n" if @ARGV!=2; ($exta,$extb)=@ARGV; #my $allpkgs=readfile "dnf -C --disablerepo='*' --enablerepo=rawhide-source repoquery -a --arch src 2>/dev/null|"; -- 1.8.3.1