Add description of the new -f option in README.md; Fix minor issues

This commit is contained in:
Linus
2017-07-11 18:48:02 +02:00
parent e1ef35b6b9
commit 75be7285c0
3 changed files with 9 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ def get_arguments():
action='store_true')
parser.add_argument(
'-f', '--folder', default='Music/',
help='path to folder where files will stored in')
help='path to folder where files will be stored in')
parser.add_argument(
'-v', '--verbose', default=False, help='show debug output',
action='store_true')