diff options
| author | Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> | 2025-10-31 12:32:59 -0400 |
|---|---|---|
| committer | Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> | 2025-10-31 12:32:59 -0400 |
| commit | cd510de78c710907bf1281f44e040f8b1ab8090a (patch) | |
| tree | bf79e84af676ef465308576141ba064c553787e7 | |
| parent | d934a6e29420511b77ab18a4133e52ebc7b00724 (diff) | |
| download | util-linux-cd510de78c710907bf1281f44e040f8b1ab8090a.tar.gz | |
fadvise: add --fd to the help output
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
| -rw-r--r-- | misc-utils/fadvise.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc-utils/fadvise.c b/misc-utils/fadvise.c index da7fc691a0..6e9ced0083 100644 --- a/misc-utils/fadvise.c +++ b/misc-utils/fadvise.c @@ -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); |
