aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2016-10-05 22:37:23 +0200
committerGravatar Christian Hesse <mail@eworm.de>2016-10-05 22:37:23 +0200
commit854b9a8f8a78825dfe9a045588eccb7b47805f74 (patch)
treef6c2053fd9ae60e1307981517eb084913aaff8eb
parentd4057a940da71b083ad2dd75d9205ed40fcd77a2 (diff)
downloadmpd-notification-854b9a8f8a78825dfe9a045588eccb7b47805f74.tar.gz
mpd-notification-854b9a8f8a78825dfe9a045588eccb7b47805f74.tar.zst
clarify option arguments in documentation
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 52b9bbd..4f2bd8e 100644
--- a/README.md
+++ b/README.md
@@ -57,11 +57,11 @@ or `systemctl --user enable mpd-notification`.
`mpd-notification` accepts some arguments:
* *-h*: show help
-* *-H HOST*: connect to HOST
-* *-m MUSIC-DIR*: use MUSIC-DIR for artwork lookup
+* *-H HOST*: connect to *HOST*
+* *-m MUSIC-DIR*: use *MUSIC-DIR* for artwork lookup
* *-o*: Notification text is one line (no line breaks)
-* *-p PORT*: connect to PORT
-* *-t TIMEOUT*: notification timeout
+* *-p PORT*: connect to *PORT*
+* *-t TIMEOUT*: notification timeout, *TIMEOUT* in seconds
* *-v*: verbose output
* *-V*: print version information