20 lines
1,002 B
Text
20 lines
1,002 B
Text
|
$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);
|
||
|
}
|