diff --git a/README.org b/README.org index 4c80956..c36ca08 100644 --- a/README.org +++ b/README.org @@ -45,11 +45,11 @@ | Name | Description | Example | |--------------+-----------------------------------------------------------------------------------------------------+--------------------------------------| - | =sfdesc= | Description of the script | /sfdesc="This script does nothing."/ | + | =sfdesc= | Description of the script | ~sfdesc="This script does nothing."~ | | =sfargs= | Array for declaration of arguments, positional arguments and flags. Look below for more information | See [[#sfargs][below]] | - | =sfparr= | Flag which indicates if the last declared positional argument should be treated as array | /sfparr=true/ | + | =sfparr= | Flag which indicates if the last declared positional argument should be treated as array | ~sfparr=true~ | | =sfexamples= | Array for declaration of examples for the usage output. Look below for more information | See also [[#sfexamples][below]] | - | =sfextra= | Additional usage output | /sfextra="No copyright."/ | + | =sfextra= | Additional usage output | ~sfextra="No copyright."~ | Examples which show the usage of all variables can be found [[#examples][below]] and in the =examples= directory.