summaryrefslogtreecommitdiff
path: root/ar
diff options
context:
space:
mode:
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