From dd89ec709b39d9ec522c14a3267c2481edd88172 Mon Sep 17 00:00:00 2001 From: m11o Date: Mon, 24 Apr 2023 23:44:28 +0900 Subject: [PATCH] remove todo comment `-f` option is implemented in #2918 --- src/uu/seq/src/seq.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uu/seq/src/seq.rs b/src/uu/seq/src/seq.rs index e48d22bd9..97382ed1b 100644 --- a/src/uu/seq/src/seq.rs +++ b/src/uu/seq/src/seq.rs @@ -2,7 +2,6 @@ // * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. -// TODO: Support -f flag // spell-checker:ignore (ToDO) istr chiter argptr ilen extendedbigdecimal extendedbigint numberparse use std::io::{stdout, ErrorKind, Write}; use std::process::exit;