summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-03-12 23:47:39 -0800
committerxyz <gky44px1999@gmail.com>2022-03-12 23:47:39 -0800
commit6b64909f048765a710e2f99d367c63b0523127d8 (patch)
tree7af64e6c70af5fc86294bef3f8e11144c48672da /home
parent99b36685424c390bca2487e471c1765b87fb4136 (diff)
upd wrong comment
Diffstat (limited to 'home')
-rwxr-xr-xhome/xyz/.local/bin/upd2
1 files changed, 0 insertions, 2 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd
index 551872f8..0abe1b9f 100755
--- a/home/xyz/.local/bin/upd
+++ b/home/xyz/.local/bin/upd
@@ -10,7 +10,6 @@ all () {
gall
}
-# not in all
clean () {
nsxiv -c
# my ways
@@ -117,7 +116,6 @@ else
while getopts acfgjkmnpqru opt; do
case $opt in
a)all;;
- # not in all
c)clean;;
f)fast;;
g)gall;;