diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-09-19 11:38:35 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-19 11:38:35 -0700 |
commit | 296b4c4bbf63c8addb1654a05950843e9984d0eb (patch) | |
tree | 2a93522efd6d616bc60372d945c3b43d1f2fb54f /git-bisect.sh | |
parent | Merge branch 'rs/more-uses-of-skip-prefix' (diff) | |
parent | grammofix in user-facing messages (diff) | |
download | tgif-296b4c4bbf63c8addb1654a05950843e9984d0eb.tar.xz |
Merge branch 'ah/grammofix'
* ah/grammofix:
grammofix in user-facing messages
Diffstat (limited to 'git-bisect.sh')
-rwxr-xr-x | git-bisect.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-bisect.sh b/git-bisect.sh index 1e0d602f4b..6cda2b5a60 100755 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -286,11 +286,11 @@ bisect_next_check() { if test -s "$GIT_DIR/BISECT_START" then - gettextln "You need to give me at least one good and one bad revisions. + gettextln "You need to give me at least one good and one bad revision. (You can use \"git bisect bad\" and \"git bisect good\" for that.)" >&2 else gettextln "You need to start by \"git bisect start\". -You then need to give me at least one good and one bad revisions. +You then need to give me at least one good and one bad revision. (You can use \"git bisect bad\" and \"git bisect good\" for that.)" >&2 fi exit 1 ;; |