diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2020-04-22 02:06:37 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2020-04-22 02:06:37 +0200 |
commit | 8404096582103dccb8885b0c404f0a756685e913 (patch) | |
tree | 97d74ba2dd9591f55bd4284de6d40ba673eb8bec /man/blogc.1.ronn | |
parent | 67c856608a746b5205300d3f8141a6a29d3cc89e (diff) | |
download | blogc-8404096582103dccb8885b0c404f0a756685e913.tar.gz blogc-8404096582103dccb8885b0c404f0a756685e913.tar.bz2 blogc-8404096582103dccb8885b0c404f0a756685e913.zip |
blogc: allow passing multiple -e options
Diffstat (limited to 'man/blogc.1.ronn')
-rw-r--r-- | man/blogc.1.ronn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/blogc.1.ronn b/man/blogc.1.ronn index 8b5b52f..11f7808 100644 --- a/man/blogc.1.ronn +++ b/man/blogc.1.ronn @@ -57,8 +57,11 @@ designed to be used with make(1). * `-e` <SOURCE>: When used together with `-l` the source file will be parsed and its content - will be made available for usage in the templates in listing mode. See - blogc-template(7) for details. + will be made available for usage in the templates in listing mode via + `listing_entry` blocks. This option can be used more than once, so users can + have more than one `listing_entry` block in the same template. Passing an + empty string will skip the `listing_entry` block. See blogc-template(7) for + details. * `-D` <KEY>=<VALUE>: Set global configuration parameter. <KEY> must be an ascii uppercase string, |