contrib: fix misuses of "nor"
Signed-off-by: Justin Lebar <jlebar@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
a58088abe2
commit
e34b272344
@ -280,7 +280,7 @@ case "$#,$also,$only,$amend" in
|
||||
0,,,*)
|
||||
;;
|
||||
*,,,*)
|
||||
only_include_assumed="# Explicit paths specified without -i nor -o; assuming --only paths..."
|
||||
only_include_assumed="# Explicit paths specified without -i or -o; assuming --only paths..."
|
||||
also=
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user