From a9b34ca3f27ed0b3c10effd3fb884936d9b02485 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Mon, 5 Jun 2023 17:52:58 +0200 Subject: Unite most info tools into just one binary Turn this into more of an fq alternative, when used with jq. Also don't say that TIFF files are Exif. --- tools/rawinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/rawinfo.c') diff --git a/tools/rawinfo.c b/tools/rawinfo.c index 60f8482..6409d33 100644 --- a/tools/rawinfo.c +++ b/tools/rawinfo.c @@ -161,7 +161,7 @@ int main(int argc, char *argv[]) { // XXX: Can't use `xargs -P0`, there's a risk of non-atomic writes. - // Usage: find . -iname *.png -print0 | xargs -0 ./rawinfo + // Usage: find . -print0 | xargs -0 ./rawinfo for (int i = 1; i < argc; i++) { const char *filename = argv[i]; -- cgit v1.2.3-54-g00ecf