1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-05 07:27:46 +00:00

change the position of the TODO

Co-authored-by: Roy Ivy III <rivy.dev@gmail.com>
This commit is contained in:
Sylvestre Ledru 2020-11-15 22:48:39 +01:00 committed by GitHub
parent 2edfe32c48
commit 4fec824421
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,8 +94,8 @@ pub fn uumain(args: impl uucore::Args) -> i32 {
.help("(unimplemented) make a backup of each existing destination file")
.value_name("CONTROL")
)
// TODO implement flag
.arg(
// TODO implement flag
Arg::with_name(OPT_BACKUP_2)
.short("b")
.help("(unimplemented) like --backup but does not accept an argument")