From 6d92879cbc3a47cc145054953fe5a89a7ed0afb9 Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Fri, 30 Apr 2021 22:10:55 +0800 Subject: [PATCH] =?UTF-8?q?fx:=20=E4=BF=AE=E6=AD=A3useage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/genAcs.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/genAcs.erl b/src/genAcs.erl index 29218b1..2937406 100644 --- a/src/genAcs.erl +++ b/src/genAcs.erl @@ -32,7 +32,7 @@ main(Args) -> io:format("genAcs open the Filter file:~p error ~p~n", [SWFile, _Err]) end; _ -> - io:format("Useage:\n\t1: to gen acsTree.erl and acsSqw.erl with genAcs SWFile OuputDir\n\t2: to filter special word in SWFile and frop repetitive words with genAcs -f/F SWFile OuputDir\n"), + io:format("Useage:\n\t1: to gen acsTree.erl and acsSqw.erl with genAcs SWFile OuputDir\n\t2: to filter special word in SWFile and drop repetitive words with genAcs -f/F SWFile OuputDir\n"), ok end.