summaryrefslogtreecommitdiff
path: root/ar
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-19 19:13:12 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-19 19:13:12 +0900
commit7ed99e1306456c2a00b6ed133c3d08cf5bc06f34 (patch)
treebfc5cec483a0635b1aec888a2123ba0c2a68ad62 /ar
parent307fceea38b7352a79b0bdb87025a34b76973867 (diff)
modified bin/rgafiles
Diffstat (limited to 'ar')
-rwxr-xr-xar/.local/bin/rgafiles8
1 files changed, 4 insertions, 4 deletions
diff --git a/ar/.local/bin/rgafiles b/ar/.local/bin/rgafiles
index 6088933..b2947de 100755
--- a/ar/.local/bin/rgafiles
+++ b/ar/.local/bin/rgafiles
@@ -100,10 +100,10 @@ project_mode=0
# Parse the options
while getopts "silph" opt; do
case $opt in
- s) ignore_case_flag="" ;; # Case-sensitive
- i) ignore_case_flag="--ignore-case" ;; # Case-insensitive
- l) list_mode=1 ;; # List mode
- p) project_mode=1 ;; # Project mode
+ s) ignore_case_flag="--case-sensitive" ;; # Case-sensitive
+ i) ignore_case_flag="--ignore-case" ;; # Case-insensitive
+ l) list_mode=1 ;; # List mode
+ p) project_mode=1 ;; # Project mode
h) usage ;;
*) ;;
esac