mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-04 19:00:50 +02:00
commit bash-20150724 snapshot
This commit is contained in:
+2
-1
@@ -3236,7 +3236,8 @@ options preceded by @samp{-} accepts @samp{--}
|
||||
to signify the end of the options.
|
||||
The @code{:}, @code{true}, @code{false}, and @code{test}
|
||||
builtins do not accept options and do not treat @samp{--} specially.
|
||||
The @code{exit}, @code{logout}, @code{break}, @code{continue}, @code{let},
|
||||
The @code{exit}, @code{logout}, @code{return},
|
||||
@code{break}, @code{continue}, @code{let},
|
||||
and @code{shift} builtins accept and process arguments beginning
|
||||
with @samp{-} without requiring @samp{--}.
|
||||
Other builtins that accept arguments but are not specified as accepting
|
||||
|
||||
Reference in New Issue
Block a user