1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-08-18 12:49:38 +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 .. option:: +args.txt
Read arguments from file `args.txt`, a shortcut to provide argument from Read arguments from file `args.txt`, a shortcut to provide arguments from
file rather than command-line. This provide a convient way to hide login file rather than command-line. This provides a convenient way to hide login
info from CLI. and also can use for simplify managment of long arguments. info from CLI, and can also be used to simplify managment of long arguments.
.. note:: .. note::
text file should separate arg with line break. Text file should separate arguments with line breaks.
args.txt example:: args.txt example::
--login MYUSENAME --login=MYUSERNAME
--password MYPASSWORD --password=MYPASSWORD
--fast-update --fast-update
profile1
profile2
.. versionadded:: 4.1 .. versionadded:: 4.1