update README

This commit is contained in:
Denis Lehmann 2022-01-10 00:54:35 +01:00
parent 16d569bd86
commit cc835f9310

View file

@ -35,7 +35,7 @@
*** 1. /sf/-variables *** 1. /sf/-variables
This is the list of variables which can be set *before* including /sf/. This is the list of variables which can be set *before* including /sf/.
Every variable is optional. Everything is optional.
| Name | Description | Example | | Name | Description | Example |
|--------------+-----------------------------------------------------------------------------------------------------+--------------------------------------| |--------------+-----------------------------------------------------------------------------------------------------+--------------------------------------|
@ -93,7 +93,7 @@
If you declared for example a flag like this: If you declared for example a flag like this:
#+begin_src sh #+begin_src sh
sfargs+=("verbose:v:Enable verbose output") sfargs+=("verbose;v;Enable verbose output")
#+end_src #+end_src
Then the variable =$verbose= exists with a value of either =false= or =true=. Then the variable =$verbose= exists with a value of either =false= or =true=.
@ -130,7 +130,7 @@
Please continue... Please continue...
#+end_example #+end_example
*Note* the colon and the question marks are added by the functions. *Note* that the colon and question marks get added by the functions.
**** Output functions **** Output functions