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

remove artifact

This commit is contained in:
Sylvestre Ledru 2020-05-09 10:23:03 +02:00 committed by GitHub
parent 9fb00df9b3
commit 91ac5343db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,6 @@ pub fn uumain(args: Vec<String>) -> i32 {
return 0;
}
if matches.opt_present("help") || !matches.free.is_empty() {
// TODO: use the standard method for this
println!("{} {}", NAME, VERSION);
println!();
println!("Usage:");