1
0
forked from GitHub/gf-core

Commands.hs: fix a copy-paste error in the documentation of put_tree

This commit is contained in:
hallgren
2013-10-24 14:32:11 +00:00
parent 2bff7d8c21
commit 1fcae658ac

View File

@@ -689,7 +689,7 @@ allCommands = Map.fromList [
}),
("pt", emptyCommandInfo {
longname = "put_tree",
syntax = "ps OPT? TREE",
syntax = "pt OPT? TREE",
synopsis = "return a tree, possibly processed with a function",
explanation = unlines [
"Returns a tree obtained from its argument tree by applying",