Skip to content

Commit

Permalink
Merge pull request #12 from roorco/master
Browse files Browse the repository at this point in the history
Typo on finder menu
  • Loading branch information
carnager authored Oct 27, 2018
2 parents 84cb620 + b1dcf25 commit 8c5717e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rofi-finder/finder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ then
elif [[ "$@" == \!\!* ]]
then
echo "!!-- Type your search query to find files"
echo "!!-- To seach again type !<search_query>"
echo "!!-- To seach parent directories type ?<search_query>"
echo "!!-- To search again type !<search_query>"
echo "!!-- To search parent directories type ?<search_query>"
echo "!!-- You can print this help by typing !!"
elif [[ "$@" == \?* ]]
then
Expand Down

0 comments on commit 8c5717e

Please sign in to comment.