Browse Source

fx: 修正useage

master
SisMaker 4 years ago
parent
commit
6d92879cbc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/genAcs.erl

+ 1
- 1
src/genAcs.erl View File

@ -32,7 +32,7 @@ main(Args) ->
io:format("genAcs open the Filter file:~p error ~p~n", [SWFile, _Err]) io:format("genAcs open the Filter file:~p error ~p~n", [SWFile, _Err])
end; 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 ok
end. end.

Loading…
Cancel
Save