From 5f892499d9507de97c69e3da7b7dfa1e7432b815 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 11 Nov 2014 03:56:50 +0100 Subject: doc/yawa.rst: Use = between longopt and argument --- doc/yawa.rst | 34 +++++++++++++++++----------------- 1 file 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` -- cgit v1.2.3-54-g00ecf