Make "git next-hunk" hint about how it works.

main
Tim Allen 2023-10-04 10:53:20 +11:00
parent 87787defd8
commit 9286a7ee49
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ define-command -params 1.. \
shift
if [ $# -lt 1 ]; then
echo "fail 'no git hunks found'"
echo "fail 'no git hunks found, try \":git show-diff\" first'"
exit
fi