1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-21 14:40:23 +08:00

fix(release): adapt to cosmopolitan

This commit is contained in:
源文雨
2024-04-05 17:17:54 +09:00
parent b9e02241bd
commit f3eaa1937a
4 changed files with 17 additions and 8 deletions

View File

@@ -45,7 +45,13 @@ static base16384_err_t print_usage() {
#ifndef BASE16384_VERSION_DATE
#define BASE16384_VERSION_DATE "unknown date"
#endif
fputs("Copyright (c) 2022-2024 Fumiama Minamoto.\nBase16384 "BASE16384_VERSION" ("BASE16384_VERSION_DATE"). Usage:\n", stderr);
fputs(
"Copyright (c) 2022-2024 Fumiama Minamoto.\nBase16384 "
BASE16384_VERSION
" ("
BASE16384_VERSION_DATE
"). Usage:\n", stderr
);
fputs("base16384 [-edtn] [inputfile] [outputfile]\n", stderr);
fputs(" -e\t\tencode (default)\n", stderr);
fputs(" -d\t\tdecode\n", stderr);