typo
This commit is contained in:
parent
9b5ba44a3d
commit
7b178ba39f
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ text: create a textbox (env TEXT, FONTSIZE, SIZE, COLOR, BGCOLOR, BORDERCOLOR
|
||||||
|
|
||||||
MODE: static (env X and Y for position)
|
MODE: static (env X and Y for position)
|
||||||
chaos (env X_MAX and Y_MAX for position range)
|
chaos (env X_MAX and Y_MAX for position range)
|
||||||
shake (env X and Y for position range)
|
shake (env X and Y for position)
|
||||||
cursor
|
cursor
|
||||||
bounce (env Y_MAX and X_MAX for max bounce range, BOUNCESTEP for step size)
|
bounce (env Y_MAX and X_MAX for max bounce range, BOUNCESTEP for step size)
|
||||||
|
|
||||||
|
|
|
@ -544,7 +544,7 @@ case $1 in
|
||||||
echo ""
|
echo ""
|
||||||
echo "MODE: static (env X and Y for position)"
|
echo "MODE: static (env X and Y for position)"
|
||||||
echo " chaos (env X_MAX and Y_MAX for position range)"
|
echo " chaos (env X_MAX and Y_MAX for position range)"
|
||||||
echo " shake (env X and Y for position range)"
|
echo " shake (env X and Y for position)"
|
||||||
echo " cursor"
|
echo " cursor"
|
||||||
echo " bounce (env Y_MAX and X_MAX for max bounce range, BOUNCESTEP for step size)"
|
echo " bounce (env Y_MAX and X_MAX for max bounce range, BOUNCESTEP for step size)"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Reference in a new issue