about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-11-25 13:06:38 +0100
committerSoispha <soispha@vhack.eu>2023-11-25 13:06:38 +0100
commit35cde912adcf0269ff91fa43c212446132ebda2b (patch)
tree43a9bd828ede45855d179361a8f8ff28ac607545
parentfix(hm/pkgs/scripts): Use the library function correctly (diff)
downloadnixos-config-35cde912adcf0269ff91fa43c212446132ebda2b.tar.gz
nixos-config-35cde912adcf0269ff91fa43c212446132ebda2b.zip
fix(hm/pkgs/srcs/con2pdf): Limit the file search depth
Diffstat (limited to '')
-rwxr-xr-xhm/soispha/pkgs/scripts/apps/con2pdf4
1 files changed, 2 insertions, 2 deletions
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