summaryrefslogtreecommitdiff
path: root/Doc/help/shift
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/help/shift')
-rw-r--r--Doc/help/shift4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/help/shift b/Doc/help/shift
index 3bb236707..bb46a8f1f 100644
--- a/Doc/help/shift
+++ b/Doc/help/shift
@@ -1,6 +1,6 @@
shift [ -p ] [ n ] [ name ... ]
- The positional parameters ${n+1} ... are renamed to $1 ...,
- where n is an arithmetic expression that defaults to 1. If any
+ The positional parameters ${n+1} ... are renamed to $1 ...,
+ where n is an arithmetic expression that defaults to 1. If any
names are given then the arrays with these names are shifted in-
stead of the positional parameters.