diff options
author | Bernhard Reutner-Fischer | 2008-08-19 11:28:52 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2008-08-19 11:28:52 +0000 |
commit | c77e843c0927bc4235d6d54981bcf7fdaa9f0421 (patch) | |
tree | 07f4acd33b33c4159abfd50b5f9424409ab7a2a4 /include/usage.h | |
parent | d7cc2e601d9d909ca9de168da746dede7487e860 (diff) | |
download | busybox-c77e843c0927bc4235d6d54981bcf7fdaa9f0421.zip busybox-c77e843c0927bc4235d6d54981bcf7fdaa9f0421.tar.gz |
- add new applet rdev (Grant Erickson)
- fixes and shrink (me)
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 1e05eab..57a9f99 100644 --- a/include/usage.h +++ b/include/usage.h @@ -3168,6 +3168,14 @@ "\n -s Set the system date and time (default)" \ "\n -p Print the date and time" \ +#define rdev_trivial_usage \ + "" +#define rdev_full_usage "\n\n" \ + "Print the device node associated with the filesystem mounted at '/'" +#define rdev_example_usage \ + "$ rdev\n" \ + "/dev/mtdblock9 /\n" + #define readahead_trivial_usage \ "[FILE]..." #define readahead_full_usage "\n\n" \ |