made dj options no longer alphabetized

This commit is contained in:
Emma Tebibyte 2024-04-28 20:42:44 -06:00
parent 187d9486b7
commit 432b19818e
Signed by untrusted user: emma
GPG Key ID: 06FA419A1698C270

View File

@ -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