blame: Add --time to produce raw timestamps
[git.git] / Documentation / git-blame.txt
index 5189878..bfed945 100644 (file)
@@ -16,11 +16,14 @@ which introduced the line. Start annotation from the given revision.
 
 OPTIONS
 -------
--c, --compability::
+-c, --compatibility::
        Use the same output mode as git-annotate (Default: off).
 
 -l, --long::
-       Show long rev (Defaults off).
+       Show long rev (Default: off).
+
+-t, --time::
+       Show raw timestamp (Default: off).
 
 -S, --rev-file <revs-file>::
        Use revs from revs-file instead of calling git-rev-list.