summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-02-23 21:07:15 +0100
committerYorhel <git@yorhel.nl>2018-02-23 21:07:15 +0100
commit00674a582851915504ebaeea7430c18688e03acc (patch)
tree73ccfa7d2e942ae9db09a33d4846988b6cfb6116
parent56b84c98791effb1077a372d1c59cdb71ddf37c9 (diff)
doc: Remove incorrect statement about the lack of cli arguments
-rw-r--r--nginx-confgen.pod4
1 files changed, 0 insertions, 4 deletions
diff --git a/nginx-confgen.pod b/nginx-confgen.pod
index f9b0414..d7f7a25 100644
--- a/nginx-confgen.pod
+++ b/nginx-confgen.pod
@@ -16,10 +16,6 @@ nginx-confgen can be used to do pre-processing for nginx configuration files
"compile-time" macro expansion and variable interpolation, which should make it
less tedious to maintain large and complex configurations.
-nginx-confgen does not currently support any command-line arguments. It simply
-reads the configuration from standard input, and writes the processed
-configuration to standard output.
-
nginx-confgen works by parsing the input into a syntax tree, modifying this
tree, and then formatting the tree to generate the output. It is completely
oblivious to nginx contexts and directives, so it is possible to do nonsensical