From: Matt McCutchen Date: Wed, 2 Sep 2020 21:53:10 +0000 (-0400) Subject: Fix mistake in dnf-repoquery-by-srpm documentation. X-Git-Url: https://mattmccutchen.net/utils/utils.git/commitdiff_plain/55aac39bdb217143421d24b57db92c3f67a2f907?hp=32683ebac1555afafee08b7dac6433ea17eb2daa Fix mistake in dnf-repoquery-by-srpm documentation. By default, it uses the "dnf repoquery" default query format, not the NEVRA. --- diff --git a/dnf-repoquery-by-srpm b/dnf-repoquery-by-srpm index 9f3393e..2239897 100755 --- a/dnf-repoquery-by-srpm +++ b/dnf-repoquery-by-srpm @@ -1,7 +1,7 @@ #!/bin/bash # dnf-repoquery-by-srpm [dnf-options...] srpm-name... # -# List the NEVRA of every package built from one of the given source RPMs +# List every package built from one of the given source RPMs # (given by full name as in the SOURCERPM tag, e.g., glibc-2.31-4.fc32.src.rpm). # # This script's option parser is crude and assumes that every argument that