diff options
author | Jonathan Nieder <jrnieder@uchicago.edu> | 2008-07-03 00:36:04 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-05 11:24:39 -0700 |
commit | 04c2407eafa0361439a60fd6240447f3404d014b (patch) | |
tree | 0a3cb4cbcfd1f7d5f0cd3f0bc686fac97cace037 /Documentation/git-remote.txt | |
parent | 877276d4d3018d2810be990c39fa7f59678e960d (diff) | |
download | git-04c2407eafa0361439a60fd6240447f3404d014b.tar.gz |
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>
Diffstat (limited to 'Documentation/git-remote.txt')
-rw-r--r-- | Documentation/git-remote.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt index 3634efd8bf..bb99810ec7 100644 --- a/Documentation/git-remote.txt +++ b/Documentation/git-remote.txt @@ -10,11 +10,11 @@ SYNOPSIS -------- [verse] 'git remote' [-v | --verbose] -'git remote' add [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url> -'git remote' rm <name> -'git remote' show [-n] <name> -'git remote' prune [-n | --dry-run] <name> -'git remote' update [group] +'git remote add' [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url> +'git remote rm' <name> +'git remote show' [-n] <name> +'git remote prune' [-n | --dry-run] <name> +'git remote update' [group] DESCRIPTION ----------- |