]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
scripts/bash_aliases: duffman: Pass any arguments (options) to diffman(1)
authorAlejandro Colomar <alx@kernel.org>
Fri, 6 Dec 2024 15:08:35 +0000 (16:08 +0100)
committerAlejandro Colomar <alx@kernel.org>
Fri, 6 Dec 2024 15:09:11 +0000 (16:09 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
scripts/bash_aliases

index ff8f754d3627374278aa93b61ebe3fde3fdb0e96..eef3c9a018d2393cfa3a568b47afeabab8e6826f 100644 (file)
@@ -114,7 +114,7 @@ duffman()
        | while read f; do \
                local sys="$(basename "$f")";
 
-               diffman "$sys" "$f";
+               diffman "$@" "$sys" "$f";
        done \
        | less -R;