Mention the [user@] part in documentation of ssh:// urls.
[gitweb.git] / Documentation / git-name-rev.txt
index ffaa00468f0c16f19ab632aac20aaa74db52b325..43f8c2593dcc010b97b24cc8f5ca1caada7bef3b 100644 (file)
@@ -8,7 +8,7 @@ git-name-rev - Find symbolic names for given revs
 
 SYNOPSIS
 --------
-'git-name-rev' [--tags] ( --all | --stdin | <commitish>... )
+'git-name-rev' [--tags] ( --all | --stdin | <committish>... )
 
 DESCRIPTION
 -----------
@@ -26,7 +26,7 @@ OPTIONS
        List all commits reachable from all refs
 
 --stdin::
-       Read from stdin, append "(<rev_name>)" to all sha1's of name'able
+       Read from stdin, append "(<rev_name>)" to all sha1's of nameable
        commits, and pass to stdout
 
 EXAMPLE