mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
cp: replace word in comment
This commit is contained in:
parent
9df50096c8
commit
086f7b548c
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ pub struct Attributes {
|
||||||
|
|
||||||
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
|
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
|
||||||
pub enum Preserve {
|
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 }
|
// e.g. --no-preserve=mode means mode = No { explicit = true }
|
||||||
No { explicit: bool },
|
No { explicit: bool },
|
||||||
Yes { required: bool },
|
Yes { required: bool },
|
||||||
|
|
Loading…
Reference in a new issue