diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/include/usage.h b/include/usage.h index 67b2acf72..9c0c9d761 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1846,7 +1846,7 @@ | |||
1846 | "\nwith the parameters:" \ | 1846 | "\nwith the parameters:" \ |
1847 | "\n1. actual event(s)" \ | 1847 | "\n1. actual event(s)" \ |
1848 | "\n2. file name" \ | 1848 | "\n2. file name" \ |
1849 | "\n3. name of subfile (if any), in case of watching a directory" \ | 1849 | "\n3. name of subfile (if any)" \ |
1850 | "\ninotifyd waits for agent to exit." \ | 1850 | "\ninotifyd waits for agent to exit." \ |
1851 | "\nEvents:" \ | 1851 | "\nEvents:" \ |
1852 | "\n a File is accessed" \ | 1852 | "\n a File is accessed" \ |
@@ -1855,12 +1855,16 @@ | |||
1855 | "\n w Writtable file is closed" \ | 1855 | "\n w Writtable file is closed" \ |
1856 | "\n 0 Unwrittable file is closed" \ | 1856 | "\n 0 Unwrittable file is closed" \ |
1857 | "\n r File is opened" \ | 1857 | "\n r File is opened" \ |
1858 | "\n m File is moved from X" \ | 1858 | "\n D File is deleted" \ |
1859 | "\n y File is moved to Y" \ | 1859 | "\n M File is moved" \ |
1860 | "\n u Backing fs is unmounted" \ | ||
1861 | "\n o Event queue overflowed" \ | ||
1862 | "\n x File can't be watched anymore" \ | ||
1863 | "\nIf watching a directory:" \ | ||
1864 | "\n m Subfile is moved into dir" \ | ||
1865 | "\n y Subfile is moved out of dir" \ | ||
1860 | "\n n Subfile is created" \ | 1866 | "\n n Subfile is created" \ |
1861 | "\n d Subfile is deleted" \ | 1867 | "\n d Subfile is deleted" \ |
1862 | "\n D Self is deleted" \ | ||
1863 | "\n M Self is moved" \ | ||
1864 | 1868 | ||
1865 | #define insmod_trivial_usage \ | 1869 | #define insmod_trivial_usage \ |
1866 | USE_FEATURE_2_4_MODULES("[OPTION]... ") "MODULE [symbol=value]..." | 1870 | USE_FEATURE_2_4_MODULES("[OPTION]... ") "MODULE [symbol=value]..." |