1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-10-03 22:07:11 +02:00

Make docs explicit about importing multiple argument files (#1548)

This commit is contained in:
Ziemowit Zabawa 2022-06-16 10:25:43 +02:00 committed by GitHub
parent 37cbc5d72d
commit 2d37e1dca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -329,12 +329,13 @@ Miscellaneous Options
Read arguments from file `args.txt`, a shortcut to provide arguments from
file rather than command-line. This provides a convenient way to hide login
info from CLI, and can also be used to simplify management of long arguments.
You can provide more than one file at once, e.g.: ``+args1.txt +args2.txt``.
.. note::
Text file should separate arguments with line breaks.
args.txt example::
`args.txt` example::
--login=MYUSERNAME
--password=MYPASSWORD