@@ -33,10 +33,10 @@ protected function configure()
33
33
'checked-svg ' => null , // Use this SVG file when rendering unchecked checkboxes
34
34
'cookie ' => array (), // Set an additional cookie (repeatable)
35
35
'cookie-jar ' => null , // Read and write cookies from and to the supplied cookie jar file
36
- 'crop-h ' => null , // Set height for croping
37
- 'crop-w ' => null , // Set width for croping
38
- 'crop-x ' => null , // Set x coordinate for croping (default 0)
39
- 'crop-y ' => null , // Set y coordinate for croping (default 0)
36
+ 'crop-h ' => null , // Set height for cropping
37
+ 'crop-w ' => null , // Set width for cropping
38
+ 'crop-x ' => null , // Set x coordinate for cropping (default 0)
39
+ 'crop-y ' => null , // Set y coordinate for cropping (default 0)
40
40
'custom-header ' => array (), // Set an additional HTTP header (repeatable)
41
41
'custom-header-propagation ' => null , // Add HTTP headers specified by --custom-header for each resource request.
42
42
'no-custom-header-propagation ' => null , // Do not add HTTP headers specified by --custom-header for each resource request.
@@ -52,7 +52,7 @@ protected function configure()
52
52
'javascript-delay ' => null , // Wait some milliseconds for javascript finish (default 200)
53
53
'load-error-handling ' => null , // Specify how to handle pages that fail to load: abort, ignore or skip (default abort)
54
54
'load-media-error-handling ' => null , // Specify how to handle media files that fail to load: abort, ignore or skip (default ignore)
55
- 'disable-local-file-access ' => null , // Do not allowed conversion of a local file to read in other local files, unless explecitily allowed with allow
55
+ 'disable-local-file-access ' => null , // Do not allowed conversion of a local file to read in other local files, unless explicitly allowed with allow
56
56
'enable-local-file-access ' => null , // Allowed conversion of a local file to read in other local files. (default)
57
57
'minimum-font-size ' => null , // Minimum font size
58
58
'password ' => null , // HTTP Authentication password
@@ -62,14 +62,14 @@ protected function configure()
62
62
'post-file ' => array (), // Post an additional file
63
63
'proxy ' => null , // Use a proxy
64
64
'quality ' => null , // Output image quality (between 0 and 100) (default 94)
65
- 'radiobutton-checked-svg ' => null , // Use this SVG file when rendering checked radiobuttons
66
- 'radiobutton-svg ' => null , // Use this SVG file when rendering unchecked radiobuttons
65
+ 'radiobutton-checked-svg ' => null , // Use this SVG file when rendering checked radio-buttons
66
+ 'radiobutton-svg ' => null , // Use this SVG file when rendering unchecked radio-buttons
67
67
'run-script ' => null , // Run this additional javascript after the page is done loading (repeatable)
68
68
'disable-smart-width ' => null , // Use the specified width even if it is not large enough for the content
69
69
'enable-smart-width ' => null , // Extend --width to fit unbreakable content (default)
70
- 'stop-slow-scripts ' => null , // Stop slow running javascripts
71
- 'no-stop-slow-scripts ' => null , // Do not stop slow running javascripts (default)
72
- 'transparent ' => null , // Make the background transparrent in pngs *
70
+ 'stop-slow-scripts ' => null , // Stop slow running javascript
71
+ 'no-stop-slow-scripts ' => null , // Do not stop slow running javascript (default)
72
+ 'transparent ' => null , // Make the background transparent in pngs *
73
73
'use-xserver ' => null , // Use the X server (some plugins and other stuff might not work without X11)
74
74
'user-style-sheet ' => null , // Specify a user style sheet, to load with every page
75
75
'username ' => null , // HTTP Authentication username
0 commit comments