diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-20 19:39:48 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-20 19:39:48 +0000 |
commit | c108ed549771d16a8335c1e72a7c6b3798395bac (patch) | |
tree | 757dd8f1e77e8b1838adb069b6009b934b90b92b /include/usage.h | |
parent | 456fa6c0b17b2ff465a34db031f667b3fcd4bf2e (diff) |
raidautorun: new applet, by:
Thomas Jarosch (email?) and
Bernhard Fischer <rep.nop@aon.at>
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index ffd00cfc8..f9597763e 100644 --- a/include/usage.h +++ b/include/usage.h @@ -2400,6 +2400,13 @@ USE_FEATURE_MDEV_CONFIG( \ "$ pwd\n" \ "/root\n" +#define raidautorun_trivial_usage \ + "DEVICE" +#define raidautorun_full_usage \ + "Tells the kernel to automatically search and start RAID arrays" +#define raidautorun_example_usage \ + "$ raidautorun /dev/md0" + #define rdate_trivial_usage \ "[-sp] HOST" #define rdate_full_usage \ |