diff options
author | Joe <50464604+JozanLeClerc@users.noreply.github.com> | 2019-11-29 17:36:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-29 17:36:23 +0100 |
commit | 883a4dd1b37003850005d86a6ba4e8c5d4806c64 (patch) | |
tree | a00f503c1ad607634a5732610ad55c10d78037d8 /README.org | |
parent | Better words (diff) | |
download | lowbat-gnu-883a4dd1b37003850005d86a6ba4e8c5d4806c64.tar.gz lowbat-gnu-883a4dd1b37003850005d86a6ba4e8c5d4806c64.tar.bz2 lowbat-gnu-883a4dd1b37003850005d86a6ba4e8c5d4806c64.tar.xz lowbat-gnu-883a4dd1b37003850005d86a6ba4e8c5d4806c64.tar.zst lowbat-gnu-883a4dd1b37003850005d86a6ba4e8c5d4806c64.zip |
README update
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,11 +33,11 @@ Two options are available: **** Examples of use: #+BEGIN_SRC shell -lowbat --say "your custom message" > /dev/null 2>&1 +lowbat --say "your custom message" > /dev/null 2>&1 & #+END_SRC #+BEGIN_SRC shell -lowbat --silent > /dev/null 2>&1 +lowbat --silent > /dev/null 2>&1 & #+END_SRC ** Uninstallation |