diff options
author | Christian Hesse <mail@eworm.de> | 2016-10-05 22:37:23 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-10-05 22:37:23 +0200 |
commit | 854b9a8f8a78825dfe9a045588eccb7b47805f74 (patch) | |
tree | f6c2053fd9ae60e1307981517eb084913aaff8eb | |
parent | d4057a940da71b083ad2dd75d9205ed40fcd77a2 (diff) | |
download | mpd-notification-854b9a8f8a78825dfe9a045588eccb7b47805f74.tar.gz mpd-notification-854b9a8f8a78825dfe9a045588eccb7b47805f74.tar.zst |
clarify option arguments in documentation
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |