Skip to content

Commit

Permalink
Update autogenerated files
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jan 4, 2025
1 parent 22690a3 commit 973cd53
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 57 deletions.
3 changes: 2 additions & 1 deletion src/doc/man/generated_txt/cargo-fix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ OPTIONS
Fix code even if a VCS was not detected.

--allow-dirty
Fix code even if the working directory has changes.
Fix code even if the working directory has changes (including staged
changes).

--allow-staged
Fix code even if the working directory has staged changes.
Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-fix.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ edition.</dd>


<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>
<dd class="option-desc">Fix code even if the working directory has changes.</dd>
<dd class="option-desc">Fix code even if the working directory has changes (including staged changes).</dd>


<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>
Expand Down
2 changes: 1 addition & 1 deletion src/etc/man/cargo-fix.1
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Fix code even if a VCS was not detected.
.sp
\fB\-\-allow\-dirty\fR
.RS 4
Fix code even if the working directory has changes.
Fix code even if the working directory has changes (including staged changes).
.RE
.sp
\fB\-\-allow\-staged\fR
Expand Down
Loading

0 comments on commit 973cd53

Please sign in to comment.