Skip to content

Commit e7f2e22

Browse files
author
luben
committed
README formating
1 parent 5edec39 commit e7f2e22

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,27 @@ Utility to create screenshots and thumbnails of web pages
66
Usage
77
-----
88

9-
webshot [options] URI [out.png]
9+
webshot [options] URI [out.png]
1010

11-
Options:
12-
-h|--height Height of the browser windown. If not specified
13-
the window will be resized in order for HTML
14-
document to fit inside
11+
Options:
1512

16-
-w|--width Width of the window
13+
-h|--height Height of the browser windown. If not specified
14+
the window will be resized in order for HTML
15+
document to fit inside
1716

18-
-s|--scale If specified the resulting image will be scaled
19-
to have this width, aspect ratio will be preserved
20-
(Image::Magick is required)
17+
-w|--width Width of the window
2118

22-
-t|--thumb Filename to save scaled image. If not specified the
23-
output will be replaced
19+
-s|--scale If specified the resulting image will be scaled
20+
to have this width, aspect ratio will be preserved
21+
(Image::Magick is required)
2422

25-
-v|--verbose Print error messages from the browser while
26-
processing the page
23+
-t|--thumb Filename to save scaled image. If not specified the
24+
output will be replaced
2725

28-
--help This help
26+
-v|--verbose Print error messages from the browser while
27+
processing the page
28+
29+
--help This help
2930

3031

3132
Dependencies

0 commit comments

Comments
 (0)