Skip to content

Commit

Permalink
docs: add new cli option to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Apr 1, 2020
1 parent 22a82dd commit 377d702
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 377d702

Please sign in to comment.