1
0
forked from GitHub/gf-core

Fixed a typo in the shell online help

This commit is contained in:
Nick Frolov
2011-11-01 11:22:13 +00:00
parent bdd52b0560
commit 0baf0d4e4a

View File

@@ -1037,7 +1037,7 @@ allCommands env@(pgf, mos) = Map.fromList [
}),
("t", emptyCommandInfo {
longname = "tokenize",
synopsis = "Tokenize string usng the vocabulary",
synopsis = "Tokenize string using the vocabulary",
exec = execToktok env,
options = [],
flags = [("lang","The name of the concrete to use")]