You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by sg...@apache.org on 2020/02/28 15:46:21 UTC

[freemarker-generator] branch FREEMARKER-134 updated: FREEMARKER-134 Rename "Document" to "Datasource"

This is an automated email from the ASF dual-hosted git repository.

sgoeschl pushed a commit to branch FREEMARKER-134
in repository https://gitbox.apache.org/repos/asf/freemarker-generator.git


The following commit(s) were added to refs/heads/FREEMARKER-134 by this push:
     new 34c1a8f  FREEMARKER-134 Rename "Document" to "Datasource"
34c1a8f is described below

commit 34c1a8faf6db2b61c90dba3d649be00375a6f376
Author: Siegfried Goeschl <si...@gmail.com>
AuthorDate: Fri Feb 28 16:46:03 2020 +0100

    FREEMARKER-134 Rename "Document" to "Datasource"
---
 freemarker-generator-cli/README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/freemarker-generator-cli/README.md b/freemarker-generator-cli/README.md
index 5bdee27..754dd24 100644
--- a/freemarker-generator-cli/README.md
+++ b/freemarker-generator-cli/README.md
@@ -190,7 +190,6 @@ Please note that generated PDF files are very likely not found since they requir
 
 ```text
 > ./bin/freemarker-cli  -h
-
 Usage: freemarker-cli (-t=<template> | -i=<interactiveTemplate>) [-EhV]
                       [--stdin] [-b=<baseDir>] [--config=<configFile>]
                       [-e=<inputEncoding>] [--exclude=<exclude>]
@@ -205,24 +204,25 @@ Apache FreeMarker CLI
   -D, --system-property=<String=String>
                             Set system property
   -e, --input-encoding=<inputEncoding>
-                            Encoding of input documents
+                            Encoding of datasource
   -E, --expose-env          Expose environment variables and user-supplied
                               properties globally
-      --exclude=<exclude>   File pattern for document input directory
+      --exclude=<exclude>   File pattern for datasource input directory
   -h, --help                Show this help message and exit.
   -i, --interactive=<interactiveTemplate>
                             Interactive FreeMarker template
-      --include=<include>   File pattern for document input directory
+      --include=<include>   File pattern for datasource input directory
   -l, --locale=<locale>     Locale being used for the output, e.g. 'en_US'
   -o, --output=<outputFile> Output file
       --output-encoding=<outputEncoding>
                             Encoding of output, e.g. UTF-8
   -P, --param=<String=String>
                             Set parameter
-      --stdin               Read input document from stdin
+      --stdin               Read datasource from stdin
   -t, --template=<template> FreeMarker template to render
       --times=<times>       Re-run X times for profiling
   -V, --version             Print version information and exit.
+
 ```
 
 # 6. Examples