summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcopyPhotos2
1 files changed, 1 insertions, 1 deletions
diff --git a/copyPhotos b/copyPhotos
index 6657988..988da77 100755
--- a/copyPhotos
+++ b/copyPhotos
@@ -196,7 +196,7 @@ fi
while true
do
feh -XdF $(printf '%s\n' "${!jahre[@]}" | sort)
- read -p '"[fkm]:$regex": ' s
+ read -p '"[kfmi]:$regex": ' s
case "${s}" in
"")
break