From bbcf0d87ace59ec238ec757ea19ec0dd2883e94a Mon Sep 17 00:00:00 2001
From: 雾聪 <wucong.lyb@alibaba-inc.com>
Date: 星期一, 23 十月 2023 11:17:24 +0800
Subject: [PATCH] update docs
---
funasr/runtime/websocket/bin/funasr-wss-server-2pass.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/funasr/runtime/websocket/bin/funasr-wss-server-2pass.cpp b/funasr/runtime/websocket/bin/funasr-wss-server-2pass.cpp
index 4aba830..1c87957 100644
--- a/funasr/runtime/websocket/bin/funasr-wss-server-2pass.cpp
+++ b/funasr/runtime/websocket/bin/funasr-wss-server-2pass.cpp
@@ -113,7 +113,7 @@
false, "../../../ssl_key/server.key", "string");
TCLAP::ValueArg<std::string> hotwordsfile(
- "", "hotwordsfile",
+ "", "hotword",
"default: ../../hotwords.txt, path of hotwordsfile"
"connection",
false, "../../hotwords.txt", "string");
--
Gitblit v1.9.1