made dj options no longer alphabetized
This commit is contained in:
parent
187d9486b7
commit
432b19818e
61
docs/dj.1
61
docs/dj.1
@ -47,11 +47,27 @@ dj
|
|||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
|
|
||||||
.B -A
|
.B -i
|
||||||
.RS
|
.RS
|
||||||
If the output is a stream, null bytes are printed. In other words, it does what
|
Takes a file path as an argument to open and use as an input.
|
||||||
.B -a
|
.RE
|
||||||
does but with null bytes instead.
|
|
||||||
|
.B -b
|
||||||
|
.RS
|
||||||
|
Takes a numeric argument as the size in bytes of the input buffer, with the
|
||||||
|
default being 1024 bytes or one kibibyte (KiB).
|
||||||
|
.RE
|
||||||
|
|
||||||
|
.B -s
|
||||||
|
.RS
|
||||||
|
Takes a numeric argument as the number of bytes to skip into the input
|
||||||
|
before starting to read. If the standard input is used, bytes read to this point
|
||||||
|
are discarded.
|
||||||
|
.RE
|
||||||
|
|
||||||
|
.B -o
|
||||||
|
.RS
|
||||||
|
Takes a file path as an argument to open and use as an output.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
.B -B
|
.B -B
|
||||||