Update of /cvsroot/ufraw/ufraw In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31918
Modified Files: ufraw.c ufraw_conf.c Log Message: Update a couple of strings from old ufraw --batch mode to ufraw-batch. Index: ufraw_conf.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_conf.c,v retrieving revision 1.187 retrieving revision 1.188 diff -u -d -r1.187 -r1.188 --- ufraw_conf.c 3 Feb 2013 05:15:20 -0000 1.187 +++ ufraw_conf.c 3 Feb 2013 12:00:17 -0000 1.188 @@ -1655,7 +1655,8 @@ N_("--[no]exif Embed EXIF in output (default embed EXIF).\n"), 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.\n"), + " instead of converting the raw image. This option\n" + " is valid only in 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"), @@ -1673,7 +1674,8 @@ N_("--darkframe=FILE Use FILE for raw darkframe subtraction.\n"), 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 batch conversion.\n"), + N_("--silent Do not display any messages during conversion. This\n" + " option is valid only in 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" Index: ufraw.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw.c,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- ufraw.c 1 Jan 2013 04:00:17 -0000 1.66 +++ ufraw.c 3 Feb 2013 12:00:17 -0000 1.67 @@ -68,11 +68,11 @@ } if (cmd.silent) { ufraw_message(UFRAW_ERROR, - _("--silent option is valid only in batch mode")); + _("--silent option is valid only in ufraw-batch")); optInd = -1; } if (cmd.embeddedImage) { - ufraw_message(UFRAW_ERROR, _("Extracting embedded image is not supported in interactive mode")); + ufraw_message(UFRAW_ERROR, _("--embedded-image option is valid only in 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 ufraw-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ufraw-cvs