forked from GitHub/gf-core
Fixed a typo in the shell online help
This commit is contained in:
@@ -1037,7 +1037,7 @@ allCommands env@(pgf, mos) = Map.fromList [
|
|||||||
}),
|
}),
|
||||||
("t", emptyCommandInfo {
|
("t", emptyCommandInfo {
|
||||||
longname = "tokenize",
|
longname = "tokenize",
|
||||||
synopsis = "Tokenize string usng the vocabulary",
|
synopsis = "Tokenize string using the vocabulary",
|
||||||
exec = execToktok env,
|
exec = execToktok env,
|
||||||
options = [],
|
options = [],
|
||||||
flags = [("lang","The name of the concrete to use")]
|
flags = [("lang","The name of the concrete to use")]
|
||||||
|
|||||||
Reference in New Issue
Block a user