The synopsis of the manpages should use the hyphenated version

The synopsis of the manpages should use the hyphenated version of the git
commands. Adapt the remaining offenders.

Signed-off-by: Christian Meder <chris@absolutegiganten.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Christian Meder 2005-10-10 16:01:32 -07:00 committed by Junio C Hamano
parent 72e9340cfd
commit cc1621e2a0
8 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@ git-clone - Clones a repository.
SYNOPSIS SYNOPSIS
-------- --------
'git clone' [-l [-s]] [-q] [-n] [-u <upload-pack>] <repository> <directory> 'git-clone' [-l [-s]] [-q] [-n] [-u <upload-pack>] <repository> <directory>
DESCRIPTION DESCRIPTION
----------- -----------

View file

@ -7,7 +7,7 @@ git-commit - Record your changes
SYNOPSIS SYNOPSIS
-------- --------
'git commit' [-a] [-s] [-v] [(-c | -C) <commit> | -F <file> | -m <msg>] [-e] <file>... 'git-commit' [-a] [-s] [-v] [(-c | -C) <commit> | -F <file> | -m <msg>] [-e] <file>...
DESCRIPTION DESCRIPTION
----------- -----------

View file

@ -8,7 +8,7 @@ git-log - Show commit logs
SYNOPSIS SYNOPSIS
-------- --------
'git log' <option>... 'git-log' <option>...
DESCRIPTION DESCRIPTION
----------- -----------

View file

@ -8,7 +8,7 @@ git-resolve - Merge two commits
SYNOPSIS SYNOPSIS
-------- --------
'git resolve' <current> <merged> <message> 'git-resolve' <current> <merged> <message>
DESCRIPTION DESCRIPTION
----------- -----------

View file

@ -8,7 +8,7 @@ git-shortlog - Summarize 'git log' output.
SYNOPSIS SYNOPSIS
-------- --------
'git log --pretty=short | git shortlog' 'git-log --pretty=short | git shortlog'
DESCRIPTION DESCRIPTION
----------- -----------

View file

@ -7,7 +7,7 @@ git-show-branch - Show branches and their commits.
SYNOPSIS SYNOPSIS
-------- --------
'git show-branch [--all] [--heads] [--tags] [--more=<n> | --list | --independent | --merge-base] <reference>...' 'git-show-branch [--all] [--heads] [--tags] [--more=<n> | --list | --independent | --merge-base] <reference>...'
DESCRIPTION DESCRIPTION
----------- -----------

View file

@ -8,7 +8,7 @@ git-status - Show working tree status.
SYNOPSIS SYNOPSIS
-------- --------
'git status' 'git-status'
DESCRIPTION DESCRIPTION
----------- -----------

View file

@ -8,7 +8,7 @@ git-whatchanged - Show logs with difference each commit introduces.
SYNOPSIS SYNOPSIS
-------- --------
'git whatchanged' <option>... 'git-whatchanged' <option>...
DESCRIPTION DESCRIPTION
----------- -----------