소스 검색

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.

불러오는 중...
취소
저장