1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-11 06:00:25 +08:00

chore: optimize documents

This commit is contained in:
源文雨
2024-04-06 15:04:44 +09:00
parent 3704467871
commit ea8740ed4c
4 changed files with 10 additions and 10 deletions

View File

@@ -52,11 +52,11 @@ static base16384_err_t print_usage() {
BASE16384_VERSION_DATE
"). Usage:\n", stderr
);
fputs("base16384 [-edtn] [inputfile] [outputfile]\n", stderr);
fputs("base16384 -[ed][t][n][cC] [inputfile] [outputfile]\n", stderr);
fputs(" -e\t\tencode (default)\n", stderr);
fputs(" -d\t\tdecode\n", stderr);
fputs(" -t\t\tshow spend time\n", stderr);
fputs(" -n\t\tdon't write utf16be file header (0xFEFF)\n", stderr);
fputs(" -n\t\tdonot write utf16be file header (0xFEFF)\n", stderr);
fputs(" -c\t\tembed or validate checksum in remainder\n", stderr);
fputs(" -C\t\tdo -c forcely\n", stderr);
fputs(" inputfile\tpass - to read from stdin\n", stderr);