Update of /cvsroot/ufraw/ufraw
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22073
Modified Files:
ufraw.c ufraw.pod ufraw_conf.c
Log Message:
Correct some language mistakes. Update documentation to current code.
Index: ufraw.pod
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw.pod,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- ufraw.pod 28 Aug 2011 05:05:08 -0000 1.23
+++ ufraw.pod 3 Feb 2013 18:01:15 -0000 1.24
@@ -57,7 +57,8 @@
=item --silent
-Do not display any messages during batch conversion.
+Do not display any messages during conversion. This option is only
+valid with 'ufraw-batch'.
=item --conf=<ID-filename>
@@ -311,7 +312,7 @@
=item --embedded-image
Extract the preview image embedded in the raw file instead of converting
-the raw image.
+the raw image. This option is only valid with 'ufraw-batch'.
=back
Index: ufraw_conf.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_conf.c,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -d -r1.188 -r1.189
--- ufraw_conf.c 3 Feb 2013 12:00:17 -0000 1.188
+++ ufraw_conf.c 3 Feb 2013 18:01:15 -0000 1.189
@@ -1656,7 +1656,7 @@
N_("--[no]zip Enable [disable] TIFF zip compression (default
nozip).\n"),
N_("--embedded-image Extract the preview image embedded in the raw
file\n"
" instead of converting the raw image. This option\n"
- " is valid only in ufraw-batch.\n"),
+ " is only valid with 'ufraw-batch'.\n"),
N_("--rotate=camera|ANGLE|no\n"
" Rotate image to camera's setting, by ANGLE
degrees\n"
" clockwise, or do not rotate the image (default
camera).\n"),
@@ -1675,7 +1675,7 @@
N_("--overwrite Overwrite existing files without asking (default
no).\n"),
N_("--maximize-window Force window to be maximized.\n"),
N_("--silent Do not display any messages during conversion.
This\n"
- " option is valid only in ufraw-batch.\n"),
+ " option is only valid with 'ufraw-batch'.\n"),
"\n",
N_("UFRaw first reads the setting from the resource file $HOME/.ufrawrc.\n"
"Then, if an ID file is specified, its setting are read. Next, the setting
from\n"
@@ -2017,7 +2017,7 @@
return 0;
case 'b':
ufraw_message(UFRAW_ERROR,
- _("--batch is obsolete. Use ufraw-batch
instead."));
+ _("--batch is obsolete. Use 'ufraw-batch'
instead."));
return -1;
case '0':
cmd->autoCrop = enabled_state;
Index: ufraw.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- ufraw.c 3 Feb 2013 12:00:17 -0000 1.67
+++ ufraw.c 3 Feb 2013 18:01:15 -0000 1.68
@@ -68,11 +68,12 @@
}
if (cmd.silent) {
ufraw_message(UFRAW_ERROR,
- _("--silent option is valid only in ufraw-batch"));
+ _("The --silent option is only valid with
'ufraw-batch'"));
optInd = -1;
}
if (cmd.embeddedImage) {
- ufraw_message(UFRAW_ERROR, _("--embedded-image option is valid only in
ufraw-batch"));
+ ufraw_message(UFRAW_ERROR,
+ _("The --embedded-image option is only valid with
'ufraw-batch'"));
optInd = -1;
}
if (optInd < 0) {
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs