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

Merge pull request #3567 from cakebaker/tail_typo

tail: fix typo
This commit is contained in:
Terts Diepraam 2022-05-26 19:21:03 +02:00 committed by GitHub
commit 1d18eabf0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)