Skip to content

Commit 50c1850

Browse files
authored
rn-20: fix more markup in git help related article
1 parent d773545 commit 50c1850

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rev_news/drafts/edition-20.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,17 +159,17 @@ added at different times for different reasons. The man methods was
159159
first added because "historically git was a set of shell scripts named
160160
git-*, so each stood alone".
161161

162-
The --help was the result from "the modern `git <cmd>' approach, with
163-
every command normally having -h and --help options for short form
162+
The &dash;&dash;help was the result from "the modern `git <cmd>` approach, with
163+
every command normally having &dash;h and &dash;&dash;help options for short form
164164
usage and long form man pages". Meanwhile "a `git help <cmd>` command
165165
was created" which "allowed selection of display type, so that on
166-
Unix/Linux man was the norm, while an --html (or --web) option is
166+
Unix/Linux man was the norm, while an &dash;&dash;html (or &dash;&dash;web) option is
167167
available for those who like the pretty browser view".
168168

169169
Your own Christian Couder chimed in saying that `git help` makes it
170170
possible to teach people one command that will do something sensible
171171
on every system, and that it also "provides more configurability and
172-
more features like its -a and -g options".
172+
more features like its &dash;a and &dash;g options".
173173

174174
Jakub Narębski added that there are also help pages that are about
175175
"concepts (gitcli, gitrevisions, githooks, gitrepository-layout,

0 commit comments

Comments
 (0)