aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorTim Riker <tim@rikers.org>2002-12-14 01:58:59 +0000
committerTim Riker <tim@rikers.org>2002-12-14 01:58:59 +0000
commitcf93274663877cb4d722a23d8c418470eb90332a (patch)
treea056983d1162502b58e2aca4c2ebf3c9c7b9c6be /include/usage.h
parent6fe1960ff5e4c7c993a8bc3add5361ee55323afe (diff)
downloadbusybox-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.h2
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