Explorar o código

fix(main): rewrite comment

Co-authored-by: Preston Thorpe <preston@unlockedlabs.org>
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen %!s(int64=2) %!d(string=hai) anos
pai
achega
2f418970d9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main.rs

+ 1 - 1
src/main.rs

@@ -387,6 +387,6 @@ mod exits {
     /// Exit code for when the command-line options are invalid.
     pub const OPTIONS_ERROR: i32 = 3;
 
-    /// Exit code for when the you don't have permissions for the file.
+    /// Exit code for missing file permissions
     pub const PERMISSION_DENIED: i32 = 13;
 }