From 377d70291289ccf95426c1687647f65d0ea4c767 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Wed, 1 Apr 2020 20:19:42 +0100 Subject: [PATCH] docs: add new cli option to readme --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b482bd0..cc0cd5e 100644 --- a/readme.md +++ b/readme.md @@ -81,11 +81,12 @@ The program will take a second or so to load data from MPD. This data is cached | -b | --albums | Shows a list of all albums | False | | -t | --tracks | Shows a list of all tracks | False | | -g | --genres | Shows a list of genres | False | +| -a | --playlists | Shows a list of playlists | False | | -m | --music-directory | Specifies the path to your music library | ~/Music | | -c | --host | Specifies the MPD server host | localhost | | -p | --port | Specifies the MPD server port | 6600 | | -i | --case-sensitive | Enables case sensitivity | False | -| -r | --args | Space-separated command line arguments to be passed to Rofi | [] | +| -r | --args | Space-separated command line arguments to be passed to Rofi | [] | ## Configuration