Skip to content

Commit

Permalink
Fix Help()
Browse files Browse the repository at this point in the history
  • Loading branch information
commonkestrel authored Aug 8, 2022
1 parent fbf9877 commit aa7416b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexos.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func Help() {
Lexos cli:
This tool is used for gathering the Lexile level, Atos(AR) level, and AR Points of books via their ISBN.
Usage: lexos <ISBN> [--raw, --ln, --install]
Usage: lexos <ISBN> [--raw, --ln, --install, --verbose]
--raw: Print the raw numbers to the output, without labels (Prints in order: Lexile Level, Atos Level, AR Points, as well as printing -1 if the result cannot be found).
--ln: Seperates the outputs with a new line.
--install: Installs the necessary driver and browser to run. This argument is required if it has not already been run, otherwise the program will throw an error.
Expand Down

0 comments on commit aa7416b

Please sign in to comment.