aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2024-01-22 23:33:39 +0800
committerJia Tan <jiat0218@gmail.com>2024-01-23 23:05:47 +0800
commitb26a89869315ece2f6d9d10d32d45f672550f245 (patch)
tree55ffd52b335f4e45d3aea43b6740e87aa2fa65e4
parentxz: Update the man page for the RISC-V Filter. (diff)
downloadxz-b26a89869315ece2f6d9d10d32d45f672550f245.tar.xz
xz: Update message in --long-help for RISC-V Filter.
-rw-r--r--src/xz/message.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xz/message.c b/src/xz/message.c
index e3ac6ff6..b94a0eba 100644
--- a/src/xz/message.c
+++ b/src/xz/message.c
@@ -1107,6 +1107,7 @@ message_help(bool long_help)
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"));