diff options
author | Pere Orga <gotrunks@gmail.com> | 2011-04-11 03:29:49 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-04-11 03:29:49 +0200 |
commit | 5bc8c005a8e15c43285bc595a8d404de67a482ac (patch) | |
tree | 98f2d35d1db26f4d8cba5f095ff63bf8e2e8d980 /util-linux/rdev.c | |
parent | 73ef15cf3894716c1393ed21dee6e6bb2cdbc90f (diff) | |
download | busybox-w32-5bc8c005a8e15c43285bc595a8d404de67a482ac.tar.gz busybox-w32-5bc8c005a8e15c43285bc595a8d404de67a482ac.tar.bz2 busybox-w32-5bc8c005a8e15c43285bc595a8d404de67a482ac.zip |
move remaining help text from include/usage.src.h
Signed-off-by: Pere Orga <gotrunks@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/rdev.c')
-rw-r--r-- | util-linux/rdev.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util-linux/rdev.c b/util-linux/rdev.c index 2fbb4d377..1212f841e 100644 --- a/util-linux/rdev.c +++ b/util-linux/rdev.c | |||
@@ -9,6 +9,15 @@ | |||
9 | * | 9 | * |
10 | */ | 10 | */ |
11 | 11 | ||
12 | //usage:#define rdev_trivial_usage | ||
13 | //usage: "" | ||
14 | //usage:#define rdev_full_usage "\n\n" | ||
15 | //usage: "Print the device node associated with the filesystem mounted at '/'" | ||
16 | //usage: | ||
17 | //usage:#define rdev_example_usage | ||
18 | //usage: "$ rdev\n" | ||
19 | //usage: "/dev/mtdblock9 /\n" | ||
20 | |||
12 | #include "libbb.h" | 21 | #include "libbb.h" |
13 | 22 | ||
14 | int rdev_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 23 | int rdev_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |