From 91ac5343db1214a632d042a3c93a63773e9b2647 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 9 May 2020 10:23:03 +0200 Subject: [PATCH] remove artifact --- src/uu/uptime/src/uptime.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uu/uptime/src/uptime.rs b/src/uu/uptime/src/uptime.rs index 8fdf1215d..186de7593 100644 --- a/src/uu/uptime/src/uptime.rs +++ b/src/uu/uptime/src/uptime.rs @@ -49,7 +49,6 @@ pub fn uumain(args: Vec) -> 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:");