From d1109852caba5942b037ea6ef998c67bef1d2920 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 31 Jan 2020 18:01:20 +0100 Subject: doc: clarify argument syntax Avoiding silly shell expansion issues for path arguments --- ldgallery.1.md | 6 +++--- readme.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ldgallery.1.md b/ldgallery.1.md index c40a4ce..8784fb2 100644 --- a/ldgallery.1.md +++ b/ldgallery.1.md @@ -20,14 +20,14 @@ The ldgallery compiler program processes pictures and aggregates metadata from p # COMMAND -ldgallery [\--input-dir=_./_] [\--output-dir=_./out_] [\--with-viewer] +ldgallery [\--input-dir _./_] [\--output-dir _./out_] [\--with-viewer] Available options are: --i, \--input-dir=_DIR_ +-i, \--input-dir _DIR_ : Gallery source directory. Defaults to the current directory. --o, \--output-dir=_DIR_ +-o, \--output-dir _DIR_ : Generated gallery output path. Defaults to ./out. -r, \--rebuild-all diff --git a/readme.md b/readme.md index e7a3902..2ceb248 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ Build The man page can be generated using [Pandoc]: ``` -pandoc --standalone --to man ldgallery.1.md --output=ldgallery.1 +pandoc --standalone --to man ldgallery.1.md --output ldgallery.1 ``` [Pandoc]: https://pandoc.org/ -- cgit v1.2.3