File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ pub(crate) fn diff_opts_arg() -> Arg {
40
40
. long ( "diff-opt" )
41
41
. alias ( "diff-opts" )
42
42
. short ( 'O' )
43
- . help ( "Pass additional <option> to \" git diff\" " )
43
+ . help ( "Pass additional <option> to ` git diff` " )
44
44
. long_help (
45
- "Pass additional <option> to \" git diff\" .\n \
45
+ "Pass additional <option> to ` git diff` .\n \
46
46
\n \
47
47
See the git-diff(1) man page. This option may be specified multiple \
48
48
times.",
Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ pub(super) fn command() -> clap::Command {
71
71
Arg :: new ( "git-format-patch-opt" )
72
72
. long ( "git-opt" )
73
73
. short ( 'G' )
74
- . help ( "Pass additional <option> to \" git format-patch\" " )
74
+ . help ( "Pass additional <option> to ` git format-patch` " )
75
75
. long_help (
76
- "Pass additional <option> to \" git format-patch\" .\n \
76
+ "Pass additional <option> to ` git format-patch` .\n \
77
77
\n \
78
78
See the git-format-patch(1) man page. This option may be \
79
79
specified multiple times.",
Original file line number Diff line number Diff line change @@ -78,9 +78,9 @@ pub(super) fn command() -> clap::Command {
78
78
Arg :: new ( "git-send-email-opt" )
79
79
. long ( "git-opt" )
80
80
. short ( 'G' )
81
- . help ( "Pass additional <option> to \" git send-email\" " )
81
+ . help ( "Pass additional <option> to ` git send-email` " )
82
82
. long_help (
83
- "Pass additional <option> to \" git send-email\" .\n \
83
+ "Pass additional <option> to ` git send-email` .\n \
84
84
\n \
85
85
See the git-send-email(1) man page. This option may be specified \
86
86
multiple times.",
@@ -111,7 +111,7 @@ fn compose_options() -> Vec<Arg> {
111
111
If neither the command-line option nor sendemail.from are set, then \
112
112
the user will be prompted for the value. The default for the prompt \
113
113
will be the value of GIT_AUTHOR_IDENT, or GIT_COMMITTER_IDENT if that \
114
- is not set, as returned by \" git var -l\" .",
114
+ is not set, as returned by ` git var -l` .",
115
115
)
116
116
. value_name( "address" )
117
117
. num_args( 1 )
You can’t perform that action at this time.
0 commit comments