1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

docs: replace option --auto-filename-header with --header-filename

This commit is contained in:
eccoisle
2025-04-06 22:28:34 +10:00
committed by Nick Craig-Wood
parent f76c72b5cc
commit f52d753363

View File

@@ -43,7 +43,7 @@ Setting |--auto-filename| will attempt to automatically determine the
filename from the URL (after any redirections) and used in the filename from the URL (after any redirections) and used in the
destination path. destination path.
With |--auto-filename-header| in addition, if a specific filename is With |--header-filename| in addition, if a specific filename is
set in HTTP headers, it will be used instead of the name from the URL. set in HTTP headers, it will be used instead of the name from the URL.
With |--print-filename| in addition, the resulting file name will be With |--print-filename| in addition, the resulting file name will be
printed. printed.