Skip to content

Commit 4abbe3b

Browse files
committed
Fix markdown line break in cargo-add
1 parent 9d3f4e4 commit 4abbe3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/man/cargo-add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cargo-add --- Add dependencies to a Cargo.toml manifest file
1111

1212
`cargo add` [_options_] _crate_...\
1313
`cargo add` [_options_] `--path` _path_\
14-
`cargo add` [_options_] `--git` _url_ [_crate_...]\
14+
`cargo add` [_options_] `--git` _url_ [_crate_...]
1515

1616

1717
## DESCRIPTION

src/doc/src/commands/cargo-add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cargo-add --- Add dependencies to a Cargo.toml manifest file
77

88
`cargo add` [_options_] _crate_...\
99
`cargo add` [_options_] `--path` _path_\
10-
`cargo add` [_options_] `--git` _url_ [_crate_...]\
10+
`cargo add` [_options_] `--git` _url_ [_crate_...]
1111

1212

1313
## DESCRIPTION

0 commit comments

Comments
 (0)