aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-15 11:34:57 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-15 11:34:57 +0100
commit1b96b3191f1ada712877b805e8c9cf07cad4f579 (patch)
tree518893006563da3c152d7cc7584ba322f9005d53
parentretest (diff)
downloadlowbat-gnu-1b96b3191f1ada712877b805e8c9cf07cad4f579.tar.gz
lowbat-gnu-1b96b3191f1ada712877b805e8c9cf07cad4f579.tar.bz2
lowbat-gnu-1b96b3191f1ada712877b805e8c9cf07cad4f579.tar.xz
lowbat-gnu-1b96b3191f1ada712877b805e8c9cf07cad4f579.tar.zst
lowbat-gnu-1b96b3191f1ada712877b805e8c9cf07cad4f579.zip
Better formatting
-rw-r--r--README.md15
1 files changed, 3 insertions, 12 deletions
diff --git a/README.md b/README.md
index ea00fd2..4dd8bac 100644
--- a/README.md
+++ b/README.md
@@ -29,23 +29,14 @@ lowbat > /dev/null 2>&1 &
Two options are available:
-+ `--say [MESSAGE]`
-+ `--silent`
++ `--say [MESSAGE]` allows you to set your own warning message lowbat is active.
++ `--silent` disables audio warnings.
-### Definitions
-
-`--say "message"` will allow you to set your own warning message lowbat is active.
-
-#### Example:
+#### Examples of use:
```shell
lowbat --say "your custom message" > /dev/null 2>&1
```
---------
-
-`--silent` disables audio warnings.
-
-#### Example:
```shell
lowbat --silent > /dev/null 2>&1