diff options
author | Tim Riker <tim@rikers.org> | 2002-12-14 01:58:59 +0000 |
---|---|---|
committer | Tim Riker <tim@rikers.org> | 2002-12-14 01:58:59 +0000 |
commit | cf93274663877cb4d722a23d8c418470eb90332a (patch) | |
tree | a056983d1162502b58e2aca4c2ebf3c9c7b9c6be /include/usage.h | |
parent | 6fe1960ff5e4c7c993a8bc3add5361ee55323afe (diff) | |
download | busybox-w32-cf93274663877cb4d722a23d8c418470eb90332a.tar.gz busybox-w32-cf93274663877cb4d722a23d8c418470eb90332a.tar.bz2 busybox-w32-cf93274663877cb4d722a23d8c418470eb90332a.zip |
rmmod -a removed modules recursively
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 3b519e65d..16dd6fd78 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1722,7 +1722,7 @@ | |||
1722 | #define rmmod_full_usage \ | 1722 | #define rmmod_full_usage \ |
1723 | "Unloads the specified kernel modules from the kernel.\n\n" \ | 1723 | "Unloads the specified kernel modules from the kernel.\n\n" \ |
1724 | "Options:\n" \ | 1724 | "Options:\n" \ |
1725 | "\t-a\tTry to remove all unused kernel modules." | 1725 | "\t-a\tRemove all unused modules (recursively)" |
1726 | #define rmmod_example_usage \ | 1726 | #define rmmod_example_usage \ |
1727 | "$ rmmod tulip\n" | 1727 | "$ rmmod tulip\n" |
1728 | 1728 | ||