]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fadvise: add --fd to the help output
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 31 Oct 2025 16:32:59 +0000 (12:32 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 31 Oct 2025 16:32:59 +0000 (12:32 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
misc-utils/fadvise.c

index da7fc691a0ff42ec65ba09755605225378c683bd..6e9ced0083f13ef50758c83b6b589f01a8628d40 100644 (file)
@@ -50,6 +50,7 @@ static void __attribute__((__noreturn__)) usage(void)
 
        fputs(USAGE_OPTIONS, out);
        fputs(_(" -a, --advice <advice> applying advice to the file (default: \"dontneed\")\n"), out);
+       fputs(_(" -d, --fd <num>        applying advice to the file descriptor\n"), out);
        fputs(_(" -l, --length <num>    length for range operations, in bytes\n"), out);
        fputs(_(" -o, --offset <num>    offset for range operations, in bytes\n"), out);