diff options
Diffstat (limited to 'doc/gf-tutorial.html')
| -rw-r--r-- | doc/gf-tutorial.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gf-tutorial.html b/doc/gf-tutorial.html index cc0f03a96..2a6d74c9e 100644 --- a/doc/gf-tutorial.html +++ b/doc/gf-tutorial.html @@ -715,13 +715,13 @@ Default of the language flag (<CODE>-lang</CODE>): the last-imported concrete sy <B>Multilingual generation</B>: </P> <PRE> - > parse -lang=HelloEng "hello friends" | linearize -multi + > parse -lang=HelloEng "hello friends" | linearize terve ystävät ciao amici hello friends </PRE> <P> -As <CODE>-multi</CODE> is the default, it can be omitted. +Linearization is by default to all available languages. </P> <P> <!-- NEW --> @@ -788,7 +788,7 @@ You can also write a <B>script</B>, a file containing the lines If we name this script <CODE>hello.gfs</CODE>, we can do </P> <PRE> - $ gf --run <hello.gfs s + $ gf --run <hello.gfs ciao mondo terve maailma |
