-
Notifications
You must be signed in to change notification settings - Fork 0
/
OPTIONS
37 lines (25 loc) · 960 Bytes
/
OPTIONS
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
Command line options are used to specify various startup options for %{NAMELOWER}:
*-a* 'attempts', *--attempts*='attempts'::
Count of latency tests to perform against selected server.
*-C*, *--curlvrbs*::
Set CURLOPT_VERBOSE option to make the fetching more verbose/talkative.
*-d*, *--debug*::
Debug output.
*-D* 'directory', *--download*='directory'::
Specify a specific download directory.
*-g* 'gallery', *--gallery*='gallery'::
Specify a specific gallery by name. (see list option)
*-h*, *--help*::
Print or show help information and exit.
*-l*, *--list*::
Print a list of gallery names.
*-m*, *--man*::
Print the entire manual page and exit.
*-q*, *--quiet*::
Quiet output.
*-t* 'gallery', *--theme*='gallery'::
Specify a specific theme (gallery) by name. (see list option)
*-v*, *--verbose*::
Verbose output.
*-V*, *--version*::
Print or show the program version and release number and exit.