Rename 'notrim' option to 'none' to be consistent with other options

This commit is contained in:
7x11x13
2025-02-17 10:22:49 -05:00
parent 5c1f6e7329
commit d482cee11d
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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',