summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Command
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-12-10 08:48:26 +0000
committeraarne <aarne@chalmers.se>2010-12-10 08:48:26 +0000
commit96433c29146fa79c2e54778dd1c6095d0a54fc1f (patch)
tree1fe7e4874c3eaf516040750c40d95c096fa5cd04 /src/compiler/GF/Command
parent8bb09fd64a94cd4b980275ab0a0d7ea35fd179ef (diff)
preparing resource api for multilingual documentation
Diffstat (limited to 'src/compiler/GF/Command')
-rw-r--r--src/compiler/GF/Command/Commands.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/GF/Command/Commands.hs b/src/compiler/GF/Command/Commands.hs
index 82ce69b41..a07ad014a 100644
--- a/src/compiler/GF/Command/Commands.hs
+++ b/src/compiler/GF/Command/Commands.hs
@@ -216,6 +216,7 @@ allCommands env@(pgf, mos) = Map.fromList [
],
options = [
("all","pick all strings (forms and variants) from records and tables"),
+ ("one","pick the first strings, if there is any, from records and tables"),
("table","show all strings labelled by parameters"),
("unqual","hide qualifying module names")
],