Skip to content

Commit 973cd53

Browse files
committed
Update autogenerated files
1 parent 22690a3 commit 973cd53

File tree

4 files changed

+60
-57
lines changed

4 files changed

+60
-57
lines changed

src/doc/man/generated_txt/cargo-fix.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ OPTIONS
8484
Fix code even if a VCS was not detected.
8585

8686
--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).
8889

8990
--allow-staged
9091
Fix code even if the working directory has staged changes.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ edition.</dd>
8989

9090

9191
<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>
9393

9494

9595
<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>

src/etc/man/cargo-fix.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Fix code even if a VCS was not detected.
103103
.sp
104104
\fB\-\-allow\-dirty\fR
105105
.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).
107107
.RE
108108
.sp
109109
\fB\-\-allow\-staged\fR

0 commit comments

Comments
 (0)