1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
=head1 NAME
rapid-photo-downloader - imports images from cameras, memory cards and other devices
=head1 SYNOPSIS
B<rapid-photo-downloader> [options]
Options:
--version
-h, --help
-v, --verbose
-q, --quiet
-e, --extensions
=head1 DESCRIPTION
B<Rapid Photo Downloader> downloads photos from cameras, memory cards and Portable
Storage Devices, providing a variety of options for subfolder creation,
image renaming and backup. It can download images from more than one device in parallel.
=head1 OPTIONS
=over
=item B<--version>
Displays information about the currently installed version and exits.
=item B<-h, --help>
Show help message and exit.
=item B<-v, --verbose>
Displays program information on the command line as the program runs.
=item B<-q, --quiet>
Only display output errors and warnings to the command line as the program runs.
=item B<-e, --extensions>
Displays image file extensions the program recognizes and exits.
=back
=head1 ENVIRONMENT VARIABLES
=over
=item B<LOCALEDIR>
If set, overrides the system-wide directory in which translation data will be searched for.
=back
=head1 BUGS
* Support for downloading directly from cameras is experimental. Not all cameras are supported.
Please report bugs at https://bugs.launchpad.net/rapid
=head1 AUTHORS
B<Rapid Photo Downloader> was written by Damon Lynch <damonlynch@gmail.com>.
This manual page was written by Damon Lynch.
=head1 COPYRIGHT
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
=cut
|