Applied patch from Dave Beckett to support "@filename" as a "--size" argument.

This commit is contained in:
Andrew Wood
2023-07-16 11:07:06 +01:00
parent ff5efbe3eb
commit 0d1d5b77ec
4 changed files with 43 additions and 4 deletions
+2 -1
View File
@@ -74,6 +74,7 @@ is acknowledged and greatly appreciated:
* Jakub Wilk <jwilk@jwilk.net> - corrected README encoding
* [ikasty](https://github.com/ikasty) - added relative filename display to "`--watchfd`"
* [Michael Weiß](https://github.com/quitschbo) - corrected behaviour when not attached to a terminal
* [christoph-zededa](https://github.com/christoph-zededa) - provided OS X suppot for "`--watchfd`"
* [christoph-zededa](https://github.com/christoph-zededa) - provided OS X support for "`--watchfd`"
* [Dave Beckett](https://github.com/dajobe)) - added "`@filename`" syntax to "`--size`"
---