mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
refactor help text and variable names
This commit is contained in:
parent
8cf58de0a7
commit
fb5ab86aee
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ pub fn uumain(mut args: Vec<String>) -> i32 {
|
|||
)
|
||||
.optflag("R", "recursive", "change files and directories recursively");
|
||||
|
||||
// sanitize input for - at beginning (e.g. chmod -x testfile). Remove
|
||||
// sanitize input for - at beginning (e.g. chmod -x test_file). Remove
|
||||
// the option and save it for later, after parsing is finished.
|
||||
let negative_option = sanitize_input(&mut args);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue