From a56d44bde5797be27c4bd4b0b575f5b18fb15434 Mon Sep 17 00:00:00 2001 From: Talon Poole Date: Sat, 30 Jan 2021 00:22:05 +0000 Subject: [PATCH] this too --- gmi-web.1 | 6 +++--- gmi-web.1.scd | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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") ```