summaryrefslogtreecommitdiff
path: root/graphics/CRWInfo/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/CRWInfo/patches/patch-aa')
-rw-r--r--graphics/CRWInfo/patches/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/CRWInfo/patches/patch-aa b/graphics/CRWInfo/patches/patch-aa
new file mode 100644
index 00000000000..b7129fbc118
--- /dev/null
+++ b/graphics/CRWInfo/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/01/14 16:02:09 jmmv Exp $
+
+--- crwinfo.c.orig 2002-07-30 18:17:03.000000000 +0100
++++ crwinfo.c
+@@ -95,10 +95,10 @@ void print_help(char *progname)
+ fprintf( stderr, "-m show misc. information (whitepoint, AF mode etc)\n" );
+ fprintf( stderr, "-f show flash information (flash mode etc)\n" );
+ fprintf( stderr, "-cf show custom function settings\n" );
+- fprintf( stderr, "-t extract the thumbnail to the optional filename.
+- If no filename for the thumbnail is given, the
+- name of the CRW-file is used with a .jpg
+- extension\n" );
++ fprintf( stderr, "-t extract the thumbnail to the optional filename.\n"
++ " If no filename for the thumbnail is given, the\n"
++ " name of the CRW-file is used with a .jpg\n"
++ " extension\n" );
+ fprintf( stderr, "-x show experimental information (don't rely on it)\n" );
+ exit(0);
+ }