aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-04-07 15:07:55 +0000
committerEric Andersen <andersen@codepoet.org>2004-04-07 15:07:55 +0000
commit957879ae1ec1ed30ff1da47dc817cfc1866cb0e2 (patch)
tree50dd4410490e4d31f9c0b89d8ed2662dd0c70580
parente54e8ef0539b761f8df699aa5bb941d3a88e1794 (diff)
downloadbusybox-w32-957879ae1ec1ed30ff1da47dc817cfc1866cb0e2.tar.gz
busybox-w32-957879ae1ec1ed30ff1da47dc817cfc1866cb0e2.tar.bz2
busybox-w32-957879ae1ec1ed30ff1da47dc817cfc1866cb0e2.zip
Document insmod -o
-rw-r--r--include/usage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 4b7032308..00cbe5608 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1271,6 +1271,7 @@
1271 "\t-v\tverbose output\n" \ 1271 "\t-v\tverbose output\n" \
1272 "\t-L\tLock to prevent simultaneous loads of a module\n" \ 1272 "\t-L\tLock to prevent simultaneous loads of a module\n" \
1273 USAGE_INSMOD_MAP("\t-m\tOutput load map to stdout\n") \ 1273 USAGE_INSMOD_MAP("\t-m\tOutput load map to stdout\n") \
1274 "\t-o NAME\tSet internal module name to NAME\n" \
1274 "\t-x\tdo not export externs" 1275 "\t-x\tdo not export externs"
1275 1276
1276#define install_trivial_usage \ 1277#define install_trivial_usage \