Skip to content

Commit

Permalink
Copyedit and clarify CheckMode doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Nov 29, 2024
1 parent 8729858 commit e57167f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/it/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ pub enum Subcommands {
},
/// Check for executable bits that disagree with shebangs.
///
/// This checks and staged files, but not any unstaged files or changes, to find shell scripts
/// This checks committed and staged files, but not anything unstaged, to find shell scripts
/// that either begin with a `#!` but not `+x` permissions, or do not begin with `#!` but do
/// have `+x` permissions. Such mismatches are reported but not automatically corrected. Some
/// plaforms (at least Windows) do not support such permissions, but Git still represents them.
/// platforms (at least Windows) do not have such permissions, but Git still represents them.
///
/// This currently only checks files name with an `.sh` suffix, and only operates on the
/// current repository. Its main use is checking that fixture scripts are have correct modes.
Expand Down

0 comments on commit e57167f

Please sign in to comment.