Skip to content

Commit 2f41897

Browse files
cafkafkPThorpe92
andcommitted
fix(main): rewrite comment
Co-authored-by: Preston Thorpe <[email protected]> Signed-off-by: Christina Sørensen <[email protected]>
1 parent 1054eb6 commit 2f41897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,6 @@ mod exits {
387387
/// Exit code for when the command-line options are invalid.
388388
pub const OPTIONS_ERROR: i32 = 3;
389389

390-
/// Exit code for when the you don't have permissions for the file.
390+
/// Exit code for missing file permissions
391391
pub const PERMISSION_DENIED: i32 = 13;
392392
}

0 commit comments

Comments
 (0)