From ddd57eda88b3594e8be1e7ab90f3c57a65b3fc43 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Fri, 25 Aug 2017 14:20:32 +0200 Subject: [PATCH] Fix wrong command line option in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a48cae7..3f7b50e 100755 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ For example #### Specify the target directory -If you don't want to download all the songs to the `Music/` folder relative to the `spotdl.py` script, you can use the `-f`/`--file` option. E.g. `python spotdl.py -s "adele hello" -f "/home/user/Music/"`. This works with both relative and absolute paths. +If you don't want to download all the songs to the `Music/` folder relative to the `spotdl.py` script, you can use the `-f`/`--folder` option. E.g. `python spotdl.py -s "adele hello" -f "/home/user/Music/"`. This works with both relative and absolute paths. ## Running tests