diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 2e8c71508..d2b05b750 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -537,7 +537,7 @@ def parseOpts(overrideArguments=None): action='store_false', dest='updatetime', default=True, help='do not use the Last-modified header to set the file modification time') filesystem.add_option( - '--write-description', + '-d','--write-description', action='store_true', dest='writedescription', default=False, help='write video description to a .description file') filesystem.add_option(