[-] overlap commented

This commit is contained in:
VoidVolker 2015-07-31 20:09:43 +03:00
parent 617d81bb19
commit 01c668e9b5
1 changed files with 2 additions and 2 deletions

View File

@ -339,7 +339,7 @@ cliHelp(){
-w|--width) wHelp true ;;
-h|--height) hHelp true ;;
-s|--step) sHelp true ;;
-l|--overlap) lHelp true ;;
# -l|--overlap) lHelp true ;;
-p|--options) pHelp true ;;
-g|--gravity) gHelp true ;;
-x|--extent) xHelp true ;;
@ -366,7 +366,7 @@ cliHelp(){
wHelp $2
hHelp $2
sHelp $2
lHelp $2
# lHelp $2
pHelp $2
gHelp $2
xHelp $2