1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-05 18:20:33 +08:00
This commit is contained in:
源文雨
2023-08-26 15:44:45 +08:00
parent b61b3dd13e
commit df5ceea0c7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
.TH BASE16384 1 "27 April 2022" "GNU" "User Commands"
.TH BASE16384 1 "26 August 2023" "GNU" "User Commands"
.SH NAME
base16384 \- Encode binary files to printable utf16be
.SH SYNOPSIS

View File

@@ -39,7 +39,7 @@ unsigned long get_start_ms() {
#endif
static void print_usage() {
puts("Copyright (c) 2022-2023 Fumiama Minamoto.\nBase16384 2.2.5 (August 25th 2023). Usage:");
puts("Copyright (c) 2022-2023 Fumiama Minamoto.\nBase16384 2.2.5 (August 26th 2023). Usage:");
puts("base16384 [-edt] [inputfile] [outputfile]");
puts(" -e\t\tencode");
puts(" -d\t\tdecode");