diff --git a/src/xargs/mod.rs b/src/xargs/mod.rs index 19c2de67..4172eb28 100644 --- a/src/xargs/mod.rs +++ b/src/xargs/mod.rs @@ -918,8 +918,8 @@ fn do_xargs(args: &[&str]) -> Result { .short('x') .long(options::EXIT) .help( - "Exit if the number of arguments allowed by -L or -n do not \ - fit into the number of allowed characters", + "Terminate if a constructed command line would exceed the size \ + limit (see -s) rather than reducing the argument count", ) .action(ArgAction::SetTrue), ) @@ -989,7 +989,7 @@ fn do_xargs(args: &[&str]) -> Result { Arg::new(options::VERBOSE) .short('t') .long(options::VERBOSE) - .help("Be verbose") + .help("Print each command to stderr before executing it") .action(ArgAction::SetTrue), ) .arg(