summaryrefslogtreecommitdiff
path: root/src/GF/Shell/HelpFile.hs
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-06-01 08:16:21 +0000
committeraarne <aarne@cs.chalmers.se>2006-06-01 08:16:21 +0000
commit34ca8208ac9ca06b2a5c1005cfab860e5697071d (patch)
tree358f24aabee51874d5df7dcb956722b6a1a070f6 /src/GF/Shell/HelpFile.hs
parent5e665fa2ac63ee0739f787cc2fb7744d40721b7a (diff)
reload = r command
Diffstat (limited to 'src/GF/Shell/HelpFile.hs')
-rw-r--r--src/GF/Shell/HelpFile.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/GF/Shell/HelpFile.hs b/src/GF/Shell/HelpFile.hs
index 29f25aef8..a8423979c 100644
--- a/src/GF/Shell/HelpFile.hs
+++ b/src/GF/Shell/HelpFile.hs
@@ -81,6 +81,9 @@ txtHelpFile =
"\n examples:" ++
"\n i English.gf -- ordinary import of Concrete" ++
"\n i -retain german/ParadigmsGer.gf -- import of Resource to test" ++
+ "\n" ++
+ "\nr, reload: r" ++
+ "\n Executes the previous import (i) command." ++
"\n " ++
"\nrl, remove_language: rl Language" ++
"\n Takes away the language from the state." ++