summaryrefslogtreecommitdiff
path: root/src/compiler/GF
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2017-09-05 10:33:53 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2017-09-05 10:33:53 +0200
commitc3297dd2e94de2d80b39cfe410ddd6cfa33ac516 (patch)
tree2589d51067d92401b8e06515185e36678e576687 /src/compiler/GF
parent01a8e1b88f190a6170512efd303981e98b4b3134 (diff)
update documentation for command pt
Diffstat (limited to 'src/compiler/GF')
-rw-r--r--src/compiler/GF/Command/Commands.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/compiler/GF/Command/Commands.hs b/src/compiler/GF/Command/Commands.hs
index e36326f6a..27b72b5c4 100644
--- a/src/compiler/GF/Command/Commands.hs
+++ b/src/compiler/GF/Command/Commands.hs
@@ -425,8 +425,7 @@ pgfCommands = Map.fromList [
"are type checking and semantic computation."
],
examples = [
- mkEx "pt -compute (plus one two) -- compute value",
- mkEx "p \"4 dogs love 5 cats\" | pt -transfer=digits2numeral | l -- four...five..."
+ mkEx "pt -compute (plus one two) -- compute value"
],
exec = getEnv $ \ opts arg (Env pgf mos) ->
returnFromExprs . takeOptNum opts . treeOps pgf opts $ toExprs arg,