diff options
| author | aarne <unknown> | 2004-03-26 20:08:30 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-03-26 20:08:30 +0000 |
| commit | 6719aedde34c3a4f0ccb78931968c6fe490b3282 (patch) | |
| tree | 489e96a556d27ba87474c4ce89e3757a17ececb4 /src/HelpFile | |
| parent | 2433403b6247022ac56133ca935307868fcef6b9 (diff) | |
Better help.
Diffstat (limited to 'src/HelpFile')
| -rw-r--r-- | src/HelpFile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/HelpFile b/src/HelpFile index c99c999e5..523f69a7c 100644 --- a/src/HelpFile +++ b/src/HelpFile @@ -5,9 +5,11 @@ -- arguments. Commands are sorted by functionality. The short name is -- given first. +-- Type "h -all" for full help file, "h <CommandName>" for full help on a command. + -- commands that change the state -i, import: i File +i, import: i File Reads a grammar from File and compiles it into a GF runtime grammar. Files "include"d in File are read recursively, nubbing repetitions. If a grammar with the same language name is already in the state, @@ -140,7 +142,7 @@ cc, compute_concrete: cc Ident Term N.B.' The resulting Term is not a term in the sense of abstract syntax, and hence not a valid input to a Tree-demanding command. -t, translate: t Lang Lang String +t, translate: t Lang Lang String Parses String in Lang1 and linearizes the resulting Trees in Lang2. flags: -cat @@ -282,8 +284,11 @@ sa, speak_aloud: sa String flags: -language -h, help: h - Displays this help message. +h, help: h Command? + Displays the paragraph concerning the command from this help file. + Without the argument, shows the first lines of all paragraphs. + options + -all show the whole help file q, quit: q Exits GF. |
