From b75caa11af6df5c60d4513c5f5079b18e7d14db3 Mon Sep 17 00:00:00 2001 From: VoidVolker Date: Wed, 29 Jul 2015 10:15:00 +0300 Subject: [PATCH] readme fix --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0d98b0c..87120ae 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Show full help for all options. ## Options list -### [ -v, --verbose ] +### [ -v, --verbose <level> ] User-selected verbosity levels (0=none, 1=warnings, 2=warnings+info, 3=warning+info+debug) Also, exists short commands for each level: -v0 -v1 -v2 -v3 @@ -49,13 +49,13 @@ Default: 0 Type: int -### [ -i, --in ] +### [ -i, --in <file_path> ] Input file to slice. Type: str -### [ -o, --out ] +### [ -o, --out <directory_path> ] Output directory for result. @@ -63,7 +63,7 @@ Default: same as source Type: str -### [ -e, --extension ] +### [ -e, --extension <file_extesion> ] Set result files extension. @@ -71,7 +71,7 @@ Default: same as source Type: str -### [ -w, --width ] +### [ -w, --width <tile_width> ] Set tile width. @@ -79,7 +79,7 @@ Default: 256 pixels or same as height, if height is present. Type: int -### [ -h, --height ] +### [ -h, --height <tile_height> ] Set tile height @@ -87,7 +87,7 @@ Default: 256 pixels or same as width, if width is present. Type: int -### [ -s, --step ] +### [ -s, --step <zoom_step_value> ] Zoom step value. Formula: @@ -111,7 +111,7 @@ Specifies additional imagemagick options for 'convert'. Type: str -### [ -g, --gravity ] +### [ -g, --gravity <type> ] Types: `NorthWest North NorthEast West Center East SouthWest South SouthEast`