diff options
author | desertwitch <24509509+desertwitch@users.noreply.github.com> | 2024-07-04 17:55:36 +0200 |
---|---|---|
committer | Bernd Schubert <bernd.schubert@fastmail.fm> | 2024-07-08 09:53:08 +0200 |
commit | a36f16a3a408ca2823c8e41822cdae5c16670ac5 (patch) | |
tree | 6112181d46750f2d88c9d452d80aa3549b3fcc80 | |
parent | 21b6ad212470c8c7ae4750cb6ec7fafed2671408 (diff) | |
download | libfuse-a36f16a3a408ca2823c8e41822cdae5c16670ac5.tar.gz |
example/notify_inval_entry.c: fix example command in comments
Notifications should be enabled here, but present command example would disable them.
-rw-r--r-- | example/notify_inval_entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/notify_inval_entry.c b/example/notify_inval_entry.c index c307899..27bd84c 100644 --- a/example/notify_inval_entry.c +++ b/example/notify_inval_entry.c @@ -51,7 +51,7 @@ * In contrast, if you enable notifications you will be unable to stat * the file as soon as the file system updates its name: * - * $ notify_inval_entry --update-interval=1 --timeout 30 --no-notify mnt/ + * $ notify_inval_entry --update-interval=1 --timeout 30 mnt/ * $ file=$(ls mnt/); stat mnt/$file * File: ‘mnt/Time_is_20h_42m_11s’ * Size: 0 Blocks: 0 IO Block: 4096 regular empty file |