aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/usage.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/usage.h b/include/usage.h
index eb1a6415f..09c8fa7d1 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1584,9 +1584,10 @@
1584" ::shutdown:/sbin/swapoff -a\n" 1584" ::shutdown:/sbin/swapoff -a\n"
1585 1585
1586#define insmod_trivial_usage \ 1586#define insmod_trivial_usage \
1587 "[OPTION]... MODULE [symbol=value]..." 1587 USE_FEATURE_2_4_MODULES("[OPTION]... ") "MODULE [symbol=value]..."
1588#define insmod_full_usage \ 1588#define insmod_full_usage \
1589 "Load the specified kernel modules into the kernel" \ 1589 "Load the specified kernel modules into the kernel" \
1590 USE_FEATURE_2_4_MODULES( \
1590 "\n\nOptions:\n" \ 1591 "\n\nOptions:\n" \
1591 " -f Force module to load into the wrong kernel version\n" \ 1592 " -f Force module to load into the wrong kernel version\n" \
1592 " -k Make module autoclean-able\n" \ 1593 " -k Make module autoclean-able\n" \
@@ -1594,9 +1595,11 @@
1594 " -q Quiet\n" \ 1595 " -q Quiet\n" \
1595 " -L Lock to prevent simultaneous loads of a module\n" \ 1596 " -L Lock to prevent simultaneous loads of a module\n" \
1596 USE_FEATURE_INSMOD_LOAD_MAP( \ 1597 USE_FEATURE_INSMOD_LOAD_MAP( \
1597 " -m Output load map to stdout\n") \ 1598 " -m Output load map to stdout\n" \
1599 ) \
1598 " -o NAME Set internal module name to NAME\n" \ 1600 " -o NAME Set internal module name to NAME\n" \
1599 " -x Do not export externs" 1601 " -x Do not export externs" \
1602 )
1600 1603
1601#define install_trivial_usage \ 1604#define install_trivial_usage \
1602 "[-cgmops] [sources] dest|directory" 1605 "[-cgmops] [sources] dest|directory"