manpages: italicize command names in synopses

To tell command names from options in a glance.

Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Jonathan Nieder 2008-07-03 00:36:04 -05:00 committed by Junio C Hamano
parent 877276d4d3
commit 04c2407eaf
2 changed files with 10 additions and 10 deletions

View File

@ -16,12 +16,12 @@ The command takes various subcommands, and different options
depending on the subcommand: depending on the subcommand:


[verse] [verse]
git reflog expire [--dry-run] [--stale-fix] [--verbose] 'git reflog expire' [--dry-run] [--stale-fix] [--verbose]
[--expire=<time>] [--expire-unreachable=<time>] [--all] <refs>... [--expire=<time>] [--expire-unreachable=<time>] [--all] <refs>...

+
git reflog delete ref@\{specifier\}... 'git reflog delete' ref@\{specifier\}...

+
git reflog [show] [log-options] [<ref>] 'git reflog' ['show'] [log-options] [<ref>]


Reflog is a mechanism to record when the tip of branches are Reflog is a mechanism to record when the tip of branches are
updated. This command is to manage the information recorded in it. updated. This command is to manage the information recorded in it.

View File

@ -10,11 +10,11 @@ SYNOPSIS
-------- --------
[verse] [verse]
'git remote' [-v | --verbose] 'git remote' [-v | --verbose]
'git remote' add [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url> 'git remote add' [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url>
'git remote' rm <name> 'git remote rm' <name>
'git remote' show [-n] <name> 'git remote show' [-n] <name>
'git remote' prune [-n | --dry-run] <name> 'git remote prune' [-n | --dry-run] <name>
'git remote' update [group] 'git remote update' [group]


DESCRIPTION DESCRIPTION
----------- -----------