Bugfix of 'Usage' text and updated manpage

This commit is contained in:
Hombre
2017-05-13 01:12:00 +02:00
parent 1354ea6f9d
commit 76bab70ccb
2 changed files with 8 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ RawTherapee - An advanced, cross-platform program for developing raw photos.
RawTherapee CLI
rawtherapee-cli -c <dir>|<files> Convert files in batch with default parameters.
rawtherapee-cli <other options> -c <dir>|<files> Convert files in batch with your own settings.
rawtherapee-cli [-o <output>|-O <output>] [-s|-S] [-p <one.pp3> [-p <two.pp3> ...] ] [-d] [ -j[1-100] [-js<1-3>] | [-b<8|16>] [-t[z] | [-n]] ] [-Y] -c <input>
rawtherapee-cli [-o <output>|-O <output>] [-q] [-a] [-s|-S] [-p <one.pp3> [-p <two.pp3> ...] ] [-d] [ -j[1-100] [-js<1-3>] | [-b<8|16>] [-t[z] | [-n]] ] [-Y] -c <input>
.SH OPTIONS
-c <files> Specify one or more input files.
-c must be the last option.
@@ -29,6 +29,9 @@ RawTherapee - An advanced, cross-platform program for developing raw photos.
Saves output file alongside input file if -o is not specified.
-O <file>|<dir> Set output file or folder and copy pp3 file into it.
Saves output file alongside input file if -O is not specified.
-q Quick Start mode : do not load cached files to speedup start time.
-a Stands for 'all'. When specifying a directory, process all images specified in the
extension list from the options file, even those not actually selected.
-s Use the existing sidecar file to build the processing parameters,
e.g. for photo.raw there should be a photo.raw.pp3 file in the same folder.
If the sidecar file does not exist, neutral values will be used.