Documentation/git-update-ref.txt: drop “flag”

The other paragraphs on options say “With <option>,”. Let’s be uniform. Also add missing word “that”. Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Taylor Blau <me@ttaylorr.com>

Kristoffer Haugsbakk committed Oct 21, 2024 at 22:47 UTC 1b2dfb70504285e67f22530b6d4c551d4cc4347e
1 file changed +1 -1
Documentation/git-update-ref.txt
+1 -1
index afcf33cf60..a2bee2ea24 100644 --- a/Documentation/git-update-ref.txt +++ b/Documentation/git-update-ref.txt @@ -55,7 +55,7 @@ for reading but not for writing (so we'll never write through a ref symlink to some other tree, if you have copied a whole archive by creating a symlink tree). -With `-d` flag, it deletes the named <ref> after verifying it +With `-d`, it deletes the named <ref> after verifying that it still contains <old-oid>. With `--stdin`, update-ref reads instructions from standard input and