diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-04-07 15:07:55 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-04-07 15:07:55 +0000 |
commit | 957879ae1ec1ed30ff1da47dc817cfc1866cb0e2 (patch) | |
tree | 50dd4410490e4d31f9c0b89d8ed2662dd0c70580 | |
parent | e54e8ef0539b761f8df699aa5bb941d3a88e1794 (diff) |
Document insmod -o
-rw-r--r-- | include/usage.h | 1 |
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 @@ "\t-v\tverbose output\n" \ "\t-L\tLock to prevent simultaneous loads of a module\n" \ USAGE_INSMOD_MAP("\t-m\tOutput load map to stdout\n") \ + "\t-o NAME\tSet internal module name to NAME\n" \ "\t-x\tdo not export externs" #define install_trivial_usage \ |