mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
uucore/perms: remove erroneous comment
This commit is contained in:
parent
435b7a22fb
commit
d1c3a8f69a
1 changed files with 0 additions and 1 deletions
|
@ -181,7 +181,6 @@ pub struct ChownExecutor {
|
|||
pub files: Vec<String>,
|
||||
pub recursive: bool,
|
||||
pub preserve_root: bool,
|
||||
// Must be true if traverse_symlinks is not None
|
||||
pub dereference: bool,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue