diff --git a/lexicon b/lexicon index 28d5d7a..d0c8235 100755 --- a/lexicon +++ b/lexicon @@ -48,7 +48,7 @@ end if arg[1] == "s" or arg[1] == "search" then if please_help then - print("all\n\tshows all words in heonian") + print("search \n\tsearches all words and shows only those that return to string.find()") else if arg[2] then searchList(arg[2]) else print("no query to search") end @@ -58,7 +58,7 @@ end if arg[1] == "tr" or arg[1] == "transcript" then if please_help then - print("all\n\tshows all words in heonian") + print("transcript \n\ttranscripts the word to heonian script") else if arg[2] then print(convertToHeonian(arg[2])) else print("no string to transcript") end