From 35cde912adcf0269ff91fa43c212446132ebda2b Mon Sep 17 00:00:00 2001
From: Soispha <soispha@vhack.eu>
Date: Sat, 25 Nov 2023 13:06:38 +0100
Subject: fix(hm/pkgs/srcs/con2pdf): Limit the file search depth

---
 hm/soispha/pkgs/scripts/apps/con2pdf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'hm/soispha/pkgs/scripts/apps')

diff --git a/hm/soispha/pkgs/scripts/apps/con2pdf b/hm/soispha/pkgs/scripts/apps/con2pdf
index fd117cfd..2c99dea6 100755
--- a/hm/soispha/pkgs/scripts/apps/con2pdf
+++ b/hm/soispha/pkgs/scripts/apps/con2pdf
@@ -41,10 +41,10 @@ OPTIONS:
     --version | -v
                             Display version and copyright information and exit.
 ARGUMENTS:
-    FILE := [[fd .]]
+    FILE := [[fd . --max-depth 3]]
                             A name of a file to store, default is: ./pdf
 
-    NAME | * := [[fd .]]
+    NAME | * := [[fd . --max-depth 3]]
                             The basename of the generated files
 
     NUM | *([0-9]) := 0 | 1 | 2 | 3 | 4
-- 
cgit 1.4.1