diff --git a/gmi-web.1 b/gmi-web.1 index 8adb342..7d3c0cb 100644 --- a/gmi-web.1 +++ b/gmi-web.1 @@ -5,7 +5,7 @@ .nh .ad l .\" Begin generated content: -.TH "gmi-web" "1" "2021-01-29" "1.0.0" +.TH "gmi-web" "1" "2021-01-30" "1.0.0" .P .SH NAME .P @@ -57,7 +57,7 @@ Render .html for all the .gmi files in the current directory .P .nf .RS 4 -gmi-web --lang en $(find \&. -name *\&.gmi) +gmi-web --lang en $(find \&. -name "*\&.gmi") .fi .RE .P @@ -78,7 +78,7 @@ Then give the path to \fBgmi-web\fR --config. .P .nf .RS 4 -gmi-web --config /path/to/my\&.json $(find \&. -name *\&.gmi) +gmi-web --config /path/to/my\&.json $(find \&. -name "*\&.gmi") .fi .RE .P diff --git a/gmi-web.1.scd b/gmi-web.1.scd index 2fc4d82..de9367f 100644 --- a/gmi-web.1.scd +++ b/gmi-web.1.scd @@ -39,7 +39,7 @@ and mobile-friendly fashion! Render .html for all the .gmi files in the current directory ``` -gmi-web --lang en $(find . -name \*.gmi) +gmi-web --lang en $(find . -name "\*.gmi") ``` To use *--config* you will need a .json file with the flags you want to be @@ -56,7 +56,7 @@ included. Then give the path to *gmi-web* --config. ``` -gmi-web --config /path/to/my.json $(find . -name \*.gmi) +gmi-web --config /path/to/my.json $(find . -name "\*.gmi") ```