Skip to content

Commit

Permalink
Merge pull request #3567 from cakebaker/tail_typo
Browse files Browse the repository at this point in the history
tail: fix typo
  • Loading branch information
tertsdiepraam authored May 26, 2022
2 parents 172f5c4 + 3a0aaab commit 1d18eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/tail/src/tail.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1d18eab

Please sign in to comment.