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.txt | |
parent | 5833d730efb7131bccbcdcab13ba56707629be2c (diff) | |
download | git-db5d6666afb9f315f9c9ac74a5d638f07cf9cbe0.tar.gz |
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.txt')
-rw-r--r-- | Documentation/git.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 07e9e57c58..adc027ce49 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -136,8 +136,8 @@ OPTIONS + Other options are available to control how the manual page is displayed. See linkgit:git-help[1] for more information, -because 'git --help ...' is converted internally into 'git -help ...'. +because `git --help ...` is converted internally into `git +help ...`. --exec-path:: Path to wherever your core git programs are installed. |