Skip to content

Commit

Permalink
git/Documentation: fix SYNOPSIS style bugs
Browse files Browse the repository at this point in the history
This trivial patch fixes SYNOPSIS style bugs.

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Dmitry V. Levin authored and Junio C Hamano committed Mar 6, 2006
1 parent 604c86d commit bd494fc
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Documentation/git-archimport.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ git-archimport - Import an Arch repository into git
SYNOPSIS
--------
[verse]
`git-archimport` [-h] [-v] [-o] [-a] [-f] [-T] [-D depth] [-t tempdir]
'git-archimport' [-h] [-v] [-o] [-a] [-f] [-T] [-D depth] [-t tempdir]
<archive/branch> [ <archive/branch> ]

DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-fetch-pack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git-fetch-pack - Receive missing objects from another repository.

SYNOPSIS
--------
git-fetch-pack [-q] [-k] [--exec=<git-upload-pack>] [<host>:]<directory> [<refs>...]
'git-fetch-pack' [-q] [-k] [--exec=<git-upload-pack>] [<host>:]<directory> [<refs>...]

DESCRIPTION
-----------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-pack-redundant.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git-pack-redundant - Program used to find redundant pack files.

SYNOPSIS
--------
'git-pack-redundant [ --verbose ] [ --alt-odb ] < --all | .pack filename ... >'
'git-pack-redundant' [ --verbose ] [ --alt-odb ] < --all | .pack filename ... >

DESCRIPTION
-----------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-shell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git-shell - Restricted login shell for GIT over SSH only

SYNOPSIS
--------
'git-shell -c <command> <argument>'
'git-shell' -c <command> <argument>

DESCRIPTION
-----------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-shortlog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git-shortlog - Summarize 'git log' output.

SYNOPSIS
--------
'git-log --pretty=short | git shortlog'
git-log --pretty=short | 'git-shortlog'

DESCRIPTION
-----------
Expand Down
6 changes: 3 additions & 3 deletions Documentation/git-show-branch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ git-show-branch - Show branches and their commits.
SYNOPSIS
--------
[verse]
git-show-branch [--all] [--heads] [--tags] [--topo-order] [--current]
[--more=<n> | --list | --independent | --merge-base]
[--no-name | --sha1-name] [<rev> | <glob>]...
'git-show-branch' [--all] [--heads] [--tags] [--topo-order] [--current]
[--more=<n> | --list | --independent | --merge-base]
[--no-name | --sha1-name] [<rev> | <glob>]...

DESCRIPTION
-----------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-update-ref.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git-update-ref - update the object name stored in a ref safely

SYNOPSIS
--------
`git-update-ref` <ref> <newvalue> [<oldvalue>]
'git-update-ref' <ref> <newvalue> [<oldvalue>]

DESCRIPTION
-----------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-var.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git-var - Print the git users identity

SYNOPSIS
--------
git-var [ -l | <variable> ]
'git-var' [ -l | <variable> ]

DESCRIPTION
-----------
Expand Down

0 comments on commit bd494fc

Please sign in to comment.