From 2d37e1dca282b857a7a3f4be6691b3606c1a00be Mon Sep 17 00:00:00 2001 From: Ziemowit Zabawa Date: Thu, 16 Jun 2022 10:25:43 +0200 Subject: [PATCH] Make docs explicit about importing multiple argument files (#1548) --- docs/cli-options.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/cli-options.rst b/docs/cli-options.rst index f8a187f..23701ee 100644 --- a/docs/cli-options.rst +++ b/docs/cli-options.rst @@ -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