diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-06-05 17:52:58 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-06-05 18:11:37 +0200 |
commit | a9b34ca3f27ed0b3c10effd3fb884936d9b02485 (patch) | |
tree | 43d0eb0996573481cd88558b9d4e20008aa0413f /tools/rawinfo.c | |
parent | bd92ad73ec995da9e2b2ca57faf011290f329d53 (diff) | |
download | fiv-a9b34ca3f27ed0b3c10effd3fb884936d9b02485.tar.gz fiv-a9b34ca3f27ed0b3c10effd3fb884936d9b02485.tar.xz fiv-a9b34ca3f27ed0b3c10effd3fb884936d9b02485.zip |
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.
Diffstat (limited to 'tools/rawinfo.c')
-rw-r--r-- | tools/rawinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |