Document behaviour of "-" and "--" on the command line.
PR: docs/5399
This commit is contained in:
parent
0d58ca2312
commit
fab2680594
@ -33,7 +33,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95
|
||||
.\" $Id: sh.1,v 1.19 1998/02/12 01:23:11 jdp Exp $
|
||||
.\" $Id: sh.1,v 1.20 1998/05/18 06:44:17 charnier Exp $
|
||||
.\"
|
||||
.Dd May 5, 1995
|
||||
.Dt SH 1
|
||||
@ -141,7 +141,12 @@ single letter option in the descriptions below. Specifying a dash
|
||||
.Dq -
|
||||
enables the option, while using a plus
|
||||
.Dq +
|
||||
disables the option.
|
||||
disables the option. A
|
||||
.Dq --
|
||||
or plain
|
||||
.Dq -
|
||||
will stop option processing and will force the remaining
|
||||
words on the command line to be treated as arguments.
|
||||
.Bl -tag -width Ds
|
||||
.It Fl a Li allexport
|
||||
Export all variables assigned to.
|
||||
|
Loading…
Reference in New Issue
Block a user