cp: replace word in comment

This commit is contained in:
Daniel Hofstetter 2023-10-25 10:20:01 +02:00 committed by GitHub
parent 9df50096c8
commit 086f7b548c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -184,7 +184,7 @@ pub struct Attributes {
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum Preserve {
// explicit means is the --no-preserve flag is used or not to distinguish out the default value.
// explicit means whether the --no-preserve flag is used or not to distinguish out the default value.
// e.g. --no-preserve=mode means mode = No { explicit = true }
No { explicit: bool },
Yes { required: bool },