From d2bebcd00cacefce5c0020fb30cba9aaaddec4c6 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Thu, 3 Jan 2019 17:05:43 +0100 Subject: [PATCH] doc: Fix +args.txt description - Fix wrong `--option value`, which must be `--option=value` - Fix typos Fixes #221. --- docs/cli-options.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/cli-options.rst b/docs/cli-options.rst index ee70d6a..5cb5c80 100644 --- a/docs/cli-options.rst +++ b/docs/cli-options.rst @@ -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