mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-22 20:08:45 +03:00
Rename 'notrim' option to 'none' to be consistent with other options
This commit is contained in:
+1
-1
@@ -1378,7 +1378,7 @@ def create_parser():
|
||||
help='Sanitize filenames only minimally')
|
||||
filesystem.add_option(
|
||||
'--trim-filenames', '--trim-file-names', metavar='LENGTH',
|
||||
dest='trim_file_name', default='notrim',
|
||||
dest='trim_file_name', default='none',
|
||||
help='Limit the filename length (excluding extension) to the specified number of characters or bytes')
|
||||
filesystem.add_option(
|
||||
'-w', '--no-overwrites',
|
||||
|
||||
Reference in New Issue
Block a user