1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

Removed clippy warnings.

This commit is contained in:
Ricardo Iglesias 2021-04-29 02:07:59 -07:00
parent f307de22d0
commit 193ad56c2a

View file

@ -83,7 +83,7 @@ pub fn parse_base_cmd_args(
let app = App::new(name)
.version(version)
.about(about)
.usage(&usage[..])
.usage(usage)
// Format arguments.
.arg(
Arg::with_name(options::DECODE)