We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc6dbf commit 041784dCopy full SHA for 041784d
tree/chgrp.rs
@@ -61,7 +61,7 @@ fn err_handler(e: io::Error, path: ftw::DisplayablePath) {
61
gettext!("changing group of '{}': {}", path, error_string(&e))
62
}
63
};
64
- eprintln!("chown: {}", err_str);
+ eprintln!("chgrp: {}", err_str);
65
66
67
fn chown_err_handler(e: io::Error, path: ftw::DisplayablePath) {
@@ -73,7 +73,7 @@ fn chown_err_handler(e: io::Error, path: ftw::DisplayablePath) {
73
74
75
76
77
78
79
fn main() -> Result<(), Box<dyn std::error::Error>> {
0 commit comments