summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/gita
diff options
context:
space:
mode:
Diffstat (limited to 'home/xyz/.local/bin/gita')
-rwxr-xr-xhome/xyz/.local/bin/gita4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.local/bin/gita b/home/xyz/.local/bin/gita
index a3d0dbc9..13360d0e 100755
--- a/home/xyz/.local/bin/gita
+++ b/home/xyz/.local/bin/gita
@@ -3,9 +3,9 @@
cmd='git'
-while getopts clLsS f; do
+while getopts cls f; do
case $f in
- c|l|L|s|S) cmd="cfg -$f";;
+ c|l|s) cmd="cfg -$f";;
\?) exit 1;;
esac
done