From 4fec824421e54749934686a6d77ef4729b0e1805 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 15 Nov 2020 22:48:39 +0100 Subject: [PATCH] change the position of the TODO Co-authored-by: Roy Ivy III --- src/uu/install/src/install.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/install/src/install.rs b/src/uu/install/src/install.rs index c744579db..6e089c430 100644 --- a/src/uu/install/src/install.rs +++ b/src/uu/install/src/install.rs @@ -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")