Skip to content

Commit

Permalink
Minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-arch committed Sep 20, 2024
1 parent d7035b9 commit d8fc317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/fzfhist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

if [ -n "$1" ] && { [ "$1" = "--help" ] || [ "$1" = "-h" ]; }; then
name="${CLIFM_PLUGIN_NAME:-$(basename "$0")}"
printf "Navigate and execute CliFM commands history via FZF\n"
printf "Navigate/execute the Clifm commands history via FZF\n"
printf "\n\x1b[1mUSAGE\x1b[0m\n %s\n" "$name"
exit 0
fi
Expand Down

0 comments on commit d8fc317

Please sign in to comment.