@@ -157,9 +157,9 @@ You can manually install `ytmdl` by cloning this repository and running the `set
157157## Usage
158158
159159```console
160- usage: ytmdl [-h] [-q] [-o SONG-DIR ] [--song SONG-METADATA] [--choice CHOICE ]
161- [--artist ARTIST ] [--album ALBUM ] [--disable-metaadd ]
162- [--skip-meta] [-m] [--itunes-id ITUNES_ID]
160+ usage: ytmdl [-h] [-q] [-o OUTPUT_DIR ] [--song SONG-METADATA]
161+ [--choice CHOICE ] [--artist ARTIST ] [--album ALBUM ]
162+ [--disable-metaadd] [-- skip-meta] [-m] [--itunes-id ITUNES_ID]
163163 [--spotify-id SPOTIFY_ID] [--disable-sort] [--ask-meta-name]
164164 [--on-meta-error ON_META_ERROR] [--proxy URL] [--url URL]
165165 [--list PATH TO LIST] [--nolocal] [--format FORMAT] [--trim]
@@ -178,9 +178,10 @@ optional arguments:
178178 -q, --quiet Don't ask the user to select songs if more than one
179179 search result. The first result in each case will be
180180 considered.
181- -o, --output The location for the song to be downloaded
182- to. When no argument is passed, the default locations
183- of SONG_DIR or XDG_MUSIC_DIR are used.
181+ -o OUTPUT_DIR, --output-dir OUTPUT_DIR
182+ The location for the song to be downloaded to. When no
183+ argument is passed, the default locations of SONG_DIR
184+ or XDG_MUSIC_DIR are used.
184185 --proxy URL Use the specified HTTP/HTTPS/SOCKS proxy. To enable
185186 SOCKS proxy, specify a proper scheme. For example
186187 socks5://127.0.0.1:1080/. Pass in an empty string
0 commit comments