aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-11-11 03:56:50 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-11-11 04:20:09 +0100
commit5f892499d9507de97c69e3da7b7dfa1e7432b815 (patch)
tree0d9a68c9c3a3c93b09f4ca168ac60e65b3fe291f
parent93dc9656e2513d3b350d6a114c92aee64eb76358 (diff)
downloadyawa-5f892499d9507de97c69e3da7b7dfa1e7432b815.tar.xz
doc/yawa.rst: Use = between longopt and argument
-rw-r--r--doc/yawa.rst34
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/yawa.rst b/doc/yawa.rst
index 353d731..95da79c 100644
--- a/doc/yawa.rst
+++ b/doc/yawa.rst
@@ -17,60 +17,60 @@ Options
Gradients:
~~~~~~~~~~
--a COLOR, --add COLOR
+-a COLOR, --add=COLOR
Add the specified hex color to range
--d DISTANCE, --distance DISTANCE
+-d DISTANCE, --distance=DISTANCE
Distance to use for adding color to range (Specify multiple times for
successive distances). Defaults to 1 for each color.
-c, --clear
Clear the color range
--g ANGLE, --gradient ANGLE
+-g ANGLE, --gradient=ANGLE
Render gradient using the specified angle
Solid:
~~~~~~
--s COLOR, --solid COLOR
+-s COLOR, --solid=COLOR
Render a solid background using the specified color
Image files:
~~~~~~~~~~~~
--C IMAGE, --center IMAGE
+-C IMAGE, --center=IMAGE
Render the specified image centered on the screen
--f IMAGE, --full IMAGE
+-f IMAGE, --full=IMAGE
Render the specified image using the maximum aspect ratio
--F IMAGE, --fill IMAGE
+-F IMAGE, --fill=IMAGE
Render the specified image stretched out
--t IMAGE, --tile IMAGE
+-t IMAGE, --tile=IMAGE
Render the specified image tiled
Manipulations:
~~~~~~~~~~~~~~
--b RADIUS, --blur RADIUS
+-b RADIUS, --blur=RADIUS
Blur the current image using the specified radius
--B AMOUNT, --brightness AMOUNT
+-B AMOUNT, --brightness=AMOUNT
Adjust the brightness of the current image with the specified amount of
brightness
--G AMOUNT, --gamma AMOUNT
+-G AMOUNT, --gamma=AMOUNT
Adjust the gamma level of the current image with the specifed amount
--o AMOUNT, --contrast AMOUNT
+-o AMOUNT, --contrast=AMOUNT
Adjust the constrast of the current image with the specified amount
--S RADIUS, --sharpen RADIUS
+-S RADIUS, --sharpen=RADIUS
Sharpen the current image
--T COLOR, --tint COLOR
+-T COLOR, --tint=COLOR
Tint the current image using the specified hex color
--fliph
@@ -85,10 +85,10 @@ Manipulations:
Misc:
~~~~~
--A AMOUNT, --alpha AMOUNT
+-A AMOUNT, --alpha=AMOUNT
Adjust the alpha level for colors and images
--w FILENAME, --write FILENAME
+-w FILENAME, --write=FILENAME
Write the current image to the specified file. The filename specifies
the out-format
@@ -106,4 +106,4 @@ Examples
Set the background to a nice blue to yellow horizontal gradient
- :program:`yawa --add "#ffb301" --add "#00ffff" --gradient 100`
+ :program:`yawa --add '#ffb301' --add '#00ffff' --gradient 100`