mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-15 18:40:24 +08:00
feat(checksum): add flag BASE16384_FLAG_DO_SUM_CHECK_FORCELY
This commit is contained in:
21
base16384.1
21
base16384.1
@@ -1,4 +1,4 @@
|
||||
.TH BASE16384 1 "4 April 2024" "GNU" "User Commands"
|
||||
.TH BASE16384 1 "5 April 2024" "GNU" "User Commands"
|
||||
.SH NAME
|
||||
base16384 \- Encode binary files to printable utf16be
|
||||
.SH SYNOPSIS
|
||||
@@ -40,16 +40,27 @@ Read data from \fIinputfile\fR and decode them into \fIoutputfile\fR.
|
||||
Show spend time.
|
||||
.TP 0.5i
|
||||
\fB\-n\fR
|
||||
Do not write utf16be file header (0xFEFF) to the output.
|
||||
Do not write utf16be file header
|
||||
.B 0xFEFF
|
||||
to the output.
|
||||
.TP 0.5i
|
||||
\fB\-c\fR
|
||||
Embed or validate checksum in remainder when using stdin/stdout or inputsize > _BASE16384_ENCBUFSZ.
|
||||
Embed or validate checksum in remainder when using \fIstdin\fR or \fIstdout\fR or inputsize > _BASE16384_ENCBUFSZ.
|
||||
.TP 0.5i
|
||||
\fB\-C\fR
|
||||
Do
|
||||
.B -c
|
||||
forcely.
|
||||
.TP 0.5i
|
||||
\fBinputfile\fR
|
||||
An absolute or relative file path. Specially, pass - to read from stdin.
|
||||
An absolute or relative file path. Specially, pass
|
||||
.B -
|
||||
to read from \fIstdin\fR.
|
||||
.TP 0.5i
|
||||
\fBoutputfile\fR
|
||||
An absolute or relative file path. Specially, pass - to write to stdout.
|
||||
An absolute or relative file path. Specially, pass
|
||||
.B -
|
||||
to write to \fIstdout\fR.
|
||||
.SH "EXIT STATUS"
|
||||
.TP 0.5i
|
||||
\fB0\fR
|
||||
|
||||
Reference in New Issue
Block a user