diff --git a/Documentation/git-update-ref.txt b/Documentation/git-update-ref.txt index 8a4281cde9..9e6935d38d 100644 --- a/Documentation/git-update-ref.txt +++ b/Documentation/git-update-ref.txt @@ -93,11 +93,11 @@ update:: ref does not exist before the update. create:: - Create with after verifying it does not + Create with after verifying that it does not exist. The given may not be zero. delete:: - Delete after verifying it exists with , if + Delete after verifying that it exists with , if given. If given, may not be zero. symref-update:: @@ -110,11 +110,11 @@ verify:: is zero or missing, the ref must not exist. symref-create: - Create symbolic ref with after verifying + Create symbolic ref with after verifying that it does not exist. symref-delete:: - Delete after verifying it exists with , if given. + Delete after verifying that it exists with , if given. symref-verify:: Verify symbolic against but do not change it.