Skip to content

Commit 41f61f3

Browse files
committed
Remove spurious backtick from doc
1 parent 71fc125 commit 41f61f3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

ReadMe.pod

+1-1
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ Get a specific data value for a particular gist.
657657
Set specific meta-data fields of a gist to new values. You list the parameters
658658
as key/value pairs.
659659

660-
=item C<< gist-star <gist-id> >>`
660+
=item C<< gist-star <gist-id> >>
661661

662662
Add your B<star> to a gist.
663663

doc/git-hub.swim

+1-1
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ interactions from the command line. They are installed by default.
522522
Set specific meta-data fields of a gist to new values. You list the
523523
parameters as key/value pairs.
524524

525-
- `gist-star <gist-id>``
525+
- `gist-star <gist-id>`
526526
Add your *star* to a gist.
527527

528528
- `gist-unstar <gist-id>`

lib/git-hub.d/help-functions.bash

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ gist-fork gist-fork <gist-id>
2828
gist-get gist-get <gist-id> <data-key>
2929
gist-init gist-init (public|secret) <description>
3030
gist-new gist-new (public|secret) <description> <files...>
31-
gist-star gist-star <gist-id>`
31+
gist-star gist-star <gist-id>
3232
gist-unstar gist-unstar <gist-id>
3333
gists gists [<user>]
3434
git-hub-travis git-hub-travis
@@ -322,7 +322,7 @@ help:gist-new() {
322322
help:gist-star() {
323323
cat <<'...'
324324
325-
Usage: git hub gist-star <gist-id>`
325+
Usage: git hub gist-star <gist-id>
326326
327327
Add your *star* to a gist.
328328
...

man/man1/git-hub.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
.\" ========================================================================
7272
.\"
7373
.IX Title "git-hub 1"
74-
.TH git-hub 1 "September 2016" "Generated by Swim v0.1.43" "The Git command for GitHub"
74+
.TH git-hub 1 "October 2016" "Generated by Swim v0.1.43" "The Git command for GitHub"
7575
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
7676
.\" way too many mistakes in technical documents.
7777
.if n .ad l
@@ -609,9 +609,9 @@ Get a specific data value for a particular gist.
609609
.el .IP "\f(CWgist\-edit <gist\-id> <key\-value\-pair...>\fR" 4
610610
.IX Item "gist-edit <gist-id> <key-value-pair...>"
611611
Set specific meta-data fields of a gist to new values. You list the parameters as key/value pairs.
612-
.ie n .IP """gist\-star <gist\-id>""`" 4
613-
.el .IP "\f(CWgist\-star <gist\-id>\fR`" 4
614-
.IX Item "gist-star <gist-id>`"
612+
.ie n .IP """gist\-star <gist\-id>""" 4
613+
.el .IP "\f(CWgist\-star <gist\-id>\fR" 4
614+
.IX Item "gist-star <gist-id>"
615615
Add your \fBstar\fR to a gist.
616616
.ie n .IP """gist\-unstar <gist\-id>""" 4
617617
.el .IP "\f(CWgist\-unstar <gist\-id>\fR" 4

0 commit comments

Comments
 (0)