diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-15 11:34:57 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-15 11:34:57 +0100 |
commit | 1b96b3191f1ada712877b805e8c9cf07cad4f579 (patch) | |
tree | 518893006563da3c152d7cc7584ba322f9005d53 | |
parent | retest (diff) | |
download | lowbat-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.md | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -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 |