diff options
author | Jonathan Nieder <jrnieder@uchicago.edu> | 2008-07-03 01:06:23 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-05 11:24:40 -0700 |
commit | db5d6666afb9f315f9c9ac74a5d638f07cf9cbe0 (patch) | |
tree | 3e539dbf5cade3d0c73b8b004260187cb13c557b /Documentation/git-help.txt | |
parent | manpages: italicize git subcommand names (which were in teletype font) (diff) | |
download | tgif-db5d6666afb9f315f9c9ac74a5d638f07cf9cbe0.tar.xz |
manpages: use teletype font for sample command lines
I think that some of these uses of italics were meant to be
rendered in quotation marks, anyway.
Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-help.txt')
-rw-r--r-- | Documentation/git-help.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-help.txt b/Documentation/git-help.txt index d5b20f88f4..f414583fc4 100644 --- a/Documentation/git-help.txt +++ b/Documentation/git-help.txt @@ -23,7 +23,7 @@ If a git command is named, a manual page for that command is brought up. The 'man' program is used by default for this purpose, but this can be overridden by other options or configuration variables. -Note that 'git --help ...' is identical as 'git help ...' because the +Note that `git --help ...` is identical to `git help ...` because the former is internally converted into the latter. OPTIONS |