Documentation/git-range-diff: add missing notes options in synopsis

git-range-diff supports note options which are also mentioned later in the help, but they are missing from the synopsis. Let's fix that. Signed-off-by: Siddh Raman Pant <siddh.raman.pant@oracle.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Siddh Raman Pant committed May 21, 2026 at 10:58 UTC f4d7eb3d1c5e5d5fcbfeebd93e214bba35186868
1 file changed +1 -1
Documentation/git-range-diff.adoc
+1 -1
@@ -11,7 +11,7 @@ SYNOPSIS
11 'git range-diff' [--color=[<when>]] [--no-color] [<diff-options>]
12 [--no-dual-color] [--creation-factor=<factor>]
13 [--left-only | --right-only] [--diff-merges=<format>]
14 - [--remerge-diff]
14 + [--remerge-diff] [--no-notes | --notes[=<ref>]]
15 ( <range1> <range2> | <rev1>...<rev2> | <base> <rev1> <rev2> )
16 [[--] <path>...]
17