diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rapid-photo-downloader.pod | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/rapid-photo-downloader.pod b/doc/rapid-photo-downloader.pod index 9d88802..43a97f9 100644 --- a/doc/rapid-photo-downloader.pod +++ b/doc/rapid-photo-downloader.pod @@ -12,6 +12,9 @@ Options: -v, --verbose -q, --quiet -e, --extensions + --focal-length=FOCAL_LENGTH + -a, --auto-detect + -l PATH, --device-location=PATH --reset-settings =head1 DESCRIPTION @@ -49,6 +52,20 @@ Only display output errors and warnings to the command line as the program runs. Displays image file extensions the program recognizes and exits. +=item B<--focal-length=FOCAL_LENGTH> + +If an aperture value of 0.0 is encountered, the focal length metadata will be set to the +number passed, and its aperture metadata to f/8. + +=item B<-a, --auto-detect> + +Automatically detect devices from which to download, overwriting existing program preferences. + +=item B<-l PATH, --device-location=PATH> + +Manually specify the PATH of the device from which to download, overwriting existing program +preferences. + =item B<--reset-settings> Resets all program settings and preferences to their default values and exits. |