From 3a0aaabd278edc205cea533478914595f982d2a4 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 26 May 2022 15:17:20 +0200 Subject: [PATCH] tail: fix typo --- src/uu/tail/src/tail.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/tail/src/tail.rs b/src/uu/tail/src/tail.rs index 8f5a62e6148..19986ef9eac 100644 --- a/src/uu/tail/src/tail.rs +++ b/src/uu/tail/src/tail.rs @@ -326,7 +326,7 @@ pub fn uu_app<'a>() -> Command<'a> { .short('s') .takes_value(true) .long(options::SLEEP_INT) - .help("Number or seconds to sleep between polling the file when running with -f"), + .help("Number of seconds to sleep between polling the file when running with -f"), ) .arg( Arg::new(options::verbosity::VERBOSE)