File tree Expand file tree Collapse file tree 4 files changed +60
-57
lines changed
tests/testsuite/cargo_fix/help Expand file tree Collapse file tree 4 files changed +60
-57
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,8 @@ OPTIONS
84
84
Fix code even if a VCS was not detected.
85
85
86
86
--allow-dirty
87
- Fix code even if the working directory has changes.
87
+ Fix code even if the working directory has changes (including staged
88
+ changes).
88
89
89
90
--allow-staged
90
91
Fix code even if the working directory has staged changes.
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ edition.</dd>
89
89
90
90
91
91
<dt class =" option-term " id =" option-cargo-fix---allow-dirty " ><a class =" option-anchor " href =" #option-cargo-fix---allow-dirty " ></a ><code >--allow-dirty</code ></dt >
92
- <dd class =" option-desc " >Fix code even if the working directory has changes.</dd >
92
+ <dd class =" option-desc " >Fix code even if the working directory has changes (including staged changes) .</dd >
93
93
94
94
95
95
<dt class =" option-term " id =" option-cargo-fix---allow-staged " ><a class =" option-anchor " href =" #option-cargo-fix---allow-staged " ></a ><code >--allow-staged</code ></dt >
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Fix code even if a VCS was not detected.
103
103
.sp
104
104
\fB \-\- allow \- dirty \fR
105
105
.RS 4
106
- Fix code even if the working directory has changes.
106
+ Fix code even if the working directory has changes (including staged changes) .
107
107
.RE
108
108
.sp
109
109
\fB \-\- allow \- staged \fR
You can’t perform that action at this time.
0 commit comments