瀏覽代碼

fx: 修正useage

master
SisMaker 4 年之前
父節點
當前提交
6d92879cbc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/genAcs.erl

+ 1
- 1
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.

Loading…
取消
儲存