aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2020-01-31 18:01:20 +0100
committerpacien2020-01-31 18:09:50 +0100
commitd1109852caba5942b037ea6ef998c67bef1d2920 (patch)
treef77ab490e5228c8c9a39e9212645c65a85da1f0a
parent4fde03c7654dcdad11a8c91ba2bcbb2706695e11 (diff)
downloadldgallery-d1109852caba5942b037ea6ef998c67bef1d2920.tar.gz
doc: clarify argument syntax
Avoiding silly shell expansion issues for path arguments
-rw-r--r--ldgallery.1.md6
-rw-r--r--readme.md2
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
20 20
21# COMMAND 21# COMMAND
22 22
23ldgallery [\--input-dir=_./_] [\--output-dir=_./out_] [\--with-viewer] 23ldgallery [\--input-dir _./_] [\--output-dir _./out_] [\--with-viewer]
24 24
25Available options are: 25Available options are:
26 26
27-i, \--input-dir=_DIR_ 27-i, \--input-dir _DIR_
28: Gallery source directory. Defaults to the current directory. 28: Gallery source directory. Defaults to the current directory.
29 29
30-o, \--output-dir=_DIR_ 30-o, \--output-dir _DIR_
31: Generated gallery output path. Defaults to ./out. 31: Generated gallery output path. Defaults to ./out.
32 32
33-r, \--rebuild-all 33-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
17The man page can be generated using [Pandoc]: 17The man page can be generated using [Pandoc]:
18 18
19``` 19```
20pandoc --standalone --to man ldgallery.1.md --output=ldgallery.1 20pandoc --standalone --to man ldgallery.1.md --output ldgallery.1
21``` 21```
22 22
23[Pandoc]: https://pandoc.org/ 23[Pandoc]: https://pandoc.org/