Oops, fix delimiter documentation
[tig] / tig.1.txt
index 8730c06..ee96a97 100644 (file)
--- a/tig.1.txt
+++ b/tig.1.txt
@@ -10,6 +10,7 @@ SYNOPSIS
 [verse]
 tig        [options] [revisions] [--] [paths]
 tig show   [options] [revisions] [--] [paths]
+tig blame  [rev] path
 tig status
 tig <      [git command output]
 
@@ -38,6 +39,10 @@ command.
 show::
        Open diff view using the given git show options.
 
+blame::
+       Show given file annotated or blamed by commits.
+       Optionally limited from given revision.
+
 status::
        Start up in status view.
 
@@ -47,11 +52,6 @@ status::
 -h, --help::
        Show help message and exit.
 
-\--::
-       End of tig options. This ends tig option parsing, and passes any
-       following options untouched to the underlying git command. Kept for
-       compatibility and will be deprecated in a future version.
-
 EXAMPLES
 --------
 
@@ -148,7 +148,7 @@ include::BUGS[]
 
 COPYRIGHT
 ---------
-Copyright (c) 2006-2007 Jonas Fonseca <fonseca@diku.dk>
+Copyright (c) 2006-2008 Jonas Fonseca <fonseca@diku.dk>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by