From ec369a84212033e4863f9fb0246626cbb918c690 Mon Sep 17 00:00:00 2001 From: Kepoor Hampond Date: Mon, 1 May 2017 22:44:14 -0700 Subject: [PATCH] Updated README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92d89f4..5c01ffb 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,14 @@ This is a demo of the CLI displayling its features: The usages can be found with the `-h` or `--help` flag: ``` -usage: irs [-h] [(-a ARTIST -s SONG)] [-A ALBUM] [(-u USERNAME -p PLAYLIST)] +usage: irs [-h] [-a ARTIST] [-s SONG] [-A ALBUM] [-u USERNAME] [-p PLAYLIST] + [-l LOCATION] [-o] [-c] optional arguments: -h, --help show this help message and exit -a ARTIST, --artist ARTIST - Specify artist name. Must be used with -s/--song + Specify artist name. Must be used with -s/--song or + -A/--album -s SONG, --song SONG Specify song name. Must be used with -a/--artist -A ALBUM, --album ALBUM Specify album name @@ -44,6 +46,7 @@ optional arguments: -o, --organize Organize downloaded files. -c, --config Display path to config file. ``` + So all of these are valid commands: ``` $ irs -a "Brandon Flowers" -s "Lonely Town"