aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 5223e9e18..49c94000b 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1864,8 +1864,12 @@
1864 "\ninotifyd waits for PROG to exit." \ 1864 "\ninotifyd waits for PROG to exit." \
1865 "\nWhen x event happens for all FILEs, inotifyd exits" \ 1865 "\nWhen x event happens for all FILEs, inotifyd exits" \
1866 1866
1867/* 2.6 style insmod has no options and required filename
1868 * (not module name - .ko can't be omitted) */
1867#define insmod_trivial_usage \ 1869#define insmod_trivial_usage \
1868 USE_FEATURE_2_4_MODULES("[OPTION]... ") "MODULE [symbol=value]..." 1870 USE_FEATURE_2_4_MODULES("[OPTION]... MODULE ") \
1871 SKIP_FEATURE_2_4_MODULES("FILE ") \
1872 "[symbol=value]..."
1869#define insmod_full_usage "\n\n" \ 1873#define insmod_full_usage "\n\n" \
1870 "Load the specified kernel modules into the kernel" \ 1874 "Load the specified kernel modules into the kernel" \
1871 USE_FEATURE_2_4_MODULES( "\n" \ 1875 USE_FEATURE_2_4_MODULES( "\n" \