fetch: change flag code for displaying tag update and deleted ref
[gitweb.git] / Documentation / git-fetch.txt
index cbf441f671d1c0a6bc63c861cacdcd670678ed8e..771dde51cda36f756db471f10590831a20b89da1 100644 (file)
@@ -120,8 +120,8 @@ flag::
        A single character indicating the status of the ref:
 (space);; for a successfully fetched fast-forward;
 `+`;; for a successful forced update;
-`x`;; for a successfully pruned ref;
-`-`;; for a successful tag update;
+`-`;; for a successfully pruned ref;
+`t`;; for a successful tag update;
 `*`;; for a successfully fetched new ref;
 `!`;; for a ref that was rejected or failed to update; and
 `=`;; for a ref that was up to date and did not need fetching.