summaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-08-19 11:28:52 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-08-19 11:28:52 +0000
commitc77e843c0927bc4235d6d54981bcf7fdaa9f0421 (patch)
tree07f4acd33b33c4159abfd50b5f9424409ab7a2a4 /include/usage.h
parentd7cc2e601d9d909ca9de168da746dede7487e860 (diff)
downloadbusybox-w32-c77e843c0927bc4235d6d54981bcf7fdaa9f0421.tar.gz
busybox-w32-c77e843c0927bc4235d6d54981bcf7fdaa9f0421.tar.bz2
busybox-w32-c77e843c0927bc4235d6d54981bcf7fdaa9f0421.zip
- add new applet rdev (Grant Erickson)
- fixes and shrink (me)
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 1e05eabc6..57a9f99b8 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3168,6 +3168,14 @@
3168 "\n -s Set the system date and time (default)" \ 3168 "\n -s Set the system date and time (default)" \
3169 "\n -p Print the date and time" \ 3169 "\n -p Print the date and time" \
3170 3170
3171#define rdev_trivial_usage \
3172 ""
3173#define rdev_full_usage "\n\n" \
3174 "Print the device node associated with the filesystem mounted at '/'"
3175#define rdev_example_usage \
3176 "$ rdev\n" \
3177 "/dev/mtdblock9 /\n"
3178
3171#define readahead_trivial_usage \ 3179#define readahead_trivial_usage \
3172 "[FILE]..." 3180 "[FILE]..."
3173#define readahead_full_usage "\n\n" \ 3181#define readahead_full_usage "\n\n" \