mv: restore backup control long help

This commit is contained in:
Piotr Kwiecinski
2023-03-23 16:12:55 +01:00
parent 04c0b5118d
commit ac01925583
+1 -1
View File
@@ -69,7 +69,7 @@ static ARG_FILES: &str = "files";
#[uucore::main]
pub fn uumain(args: impl uucore::Args) -> UResult<()> {
let mut app = uu_app();
let mut app = uu_app().after_help(backup_control::BACKUP_CONTROL_LONG_HELP);
let matches = app.try_get_matches_from_mut(args)?;
if !matches.contains_id(OPT_TARGET_DIRECTORY)