1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 22:17:45 +00:00

Merge pull request #4734 from Joining7943/tail-fix-args-parsing-follow-mode

tail/args: Fix parsing when -F is used together with --retry or --follow
This commit is contained in:
Terts Diepraam 2023-04-20 09:43:24 +02:00 committed by GitHub
commit d68fd68b5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 91 additions and 22 deletions

1
Cargo.lock generated
View file

@ -3166,6 +3166,7 @@ dependencies = [
"libc",
"memchr",
"notify",
"rstest",
"same-file",
"uucore",
"winapi-util",