From 109cc1c4d8f124425794e7787630c7e5ce8ee18f Mon Sep 17 00:00:00 2001 From: h4rvey r0ss Date: Thu, 30 Nov 2017 13:08:10 +0000 Subject: [PATCH] deleted -l parameter --- doc_src/tutorial.hdr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_src/tutorial.hdr b/doc_src/tutorial.hdr index ca36a7cb1..d10e03077 100644 --- a/doc_src/tutorial.hdr +++ b/doc_src/tutorial.hdr @@ -355,8 +355,8 @@ You can iterate over a list (or a slice) with a for loop: Lists adjacent to other lists or strings are expanded as cartesian products unless quoted (see Variable expansion): \fish{cli-dark} ->_ set -l a 1 2 3 ->_ set -l 1 a b c +>_ set a 1 2 3 +>_ set 1 a b c >_ echo $a$1 1a 2a 3a 1b 2b 3b 1c 2c 3c >_ echo $a" banana"