1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-07-14 23:00:06 +02:00

doc: Fix +args.txt description

- Fix wrong `--option value`, which must be `--option=value`
- Fix typos

Fixes #221.
This commit is contained in:
Alexander Graf 2019-01-03 17:05:43 +01:00 committed by GitHub
parent 4bc0a94e12
commit d2bebcd00c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -249,18 +249,20 @@ Miscellaneous Options
.. option:: +args.txt
Read arguments from file `args.txt`, a shortcut to provide argument from
file rather than command-line. This provide a convient way to hide login
info from CLI. and also can use for simplify managment of long arguments.
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 managment of long arguments.
.. note::
text file should separate arg with line break.
Text file should separate arguments with line breaks.
args.txt example::
--login MYUSENAME
--password MYPASSWORD
--login=MYUSERNAME
--password=MYPASSWORD
--fast-update
profile1
profile2
.. versionadded:: 4.1