mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-06 07:57:48 +00:00
change the position of the TODO
Co-authored-by: Roy Ivy III <rivy.dev@gmail.com>
This commit is contained in:
parent
2edfe32c48
commit
4fec824421
1 changed files with 1 additions and 1 deletions
|
@ -94,8 +94,8 @@ pub fn uumain(args: impl uucore::Args) -> i32 {
|
||||||
.help("(unimplemented) make a backup of each existing destination file")
|
.help("(unimplemented) make a backup of each existing destination file")
|
||||||
.value_name("CONTROL")
|
.value_name("CONTROL")
|
||||||
)
|
)
|
||||||
// TODO implement flag
|
|
||||||
.arg(
|
.arg(
|
||||||
|
// TODO implement flag
|
||||||
Arg::with_name(OPT_BACKUP_2)
|
Arg::with_name(OPT_BACKUP_2)
|
||||||
.short("b")
|
.short("b")
|
||||||
.help("(unimplemented) like --backup but does not accept an argument")
|
.help("(unimplemented) like --backup but does not accept an argument")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue