From 97c3b70fdcfdac27b163f3ce2965cb16c6c2cf69 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 24 Nov 2013 04:41:02 -0500 Subject: bash-arrays: reword the sentence about what `--` does --- public/bash-arrays.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/bash-arrays.md b/public/bash-arrays.md index 92201e2..a52be39 100644 --- a/public/bash-arrays.md +++ b/public/bash-arrays.md @@ -236,7 +236,7 @@ Now, for an explanation of setting the arguments array. You cannot set argument n=0. The `set` command is used to manipulate the arguments passed to Bash after the fact—similarly, you could use `set -x` to make Bash behave like you ran it as `bash -x`; like most -GNU programs, the `--` tells it to not parse any of the options -specially. The `shift` command shifts each entry n spots to -the left, using n=1 if no value is specified; and leaving +GNU programs, the `--` tells it to not parse any of the options as +flags. The `shift` command shifts each entry n spots to the +left, using n=1 if no value is specified; and leaving argument 0 alone. -- cgit v1.1-4-g5e80