1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Merge pull request #2632 from miDeb/fixup-comment

uucore/perms: remove erroneous comment
This commit is contained in:
Sylvestre Ledru 2021-09-03 20:15:52 +02:00 committed by GitHub
commit ad2a3063b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,7 +181,6 @@ pub struct ChownExecutor {
pub files: Vec<String>, pub files: Vec<String>,
pub recursive: bool, pub recursive: bool,
pub preserve_root: bool, pub preserve_root: bool,
// Must be true if traverse_symlinks is not None
pub dereference: bool, pub dereference: bool,
} }