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

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

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)