diff options
author | Reuben Dowle <Reuben.Dowle@navico.com> | 2011-04-04 10:55:55 +1200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-04-26 03:43:25 +0200 |
commit | ab940af5c00fdf3fc46f1d073447cc1aed85efe7 (patch) | |
tree | 5ef7b4259b5bc1801531b1ac2ed262ebd8a74d8a /miscutils | |
parent | fb6b173ff786648f5f43d23ff3c4f7721e9cb8b5 (diff) | |
download | busybox-w32-ab940af5c00fdf3fc46f1d073447cc1aed85efe7.tar.gz busybox-w32-ab940af5c00fdf3fc46f1d073447cc1aed85efe7.tar.bz2 busybox-w32-ab940af5c00fdf3fc46f1d073447cc1aed85efe7.zip |
Fix ubirsvol usage information
The usage information for the ubirsvol applet is incorrect. This fixes the mistake.
Signed-off-by: Reuben Dowle <Reuben.Dowle@navico.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/ubi_attach_detach.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/ubi_attach_detach.c b/miscutils/ubi_attach_detach.c index 9007f8c3f..e82dc3848 100644 --- a/miscutils/ubi_attach_detach.c +++ b/miscutils/ubi_attach_detach.c | |||
@@ -102,11 +102,11 @@ | |||
102 | //usage: "\n -n VOLID Volume ID" | 102 | //usage: "\n -n VOLID Volume ID" |
103 | //usage: | 103 | //usage: |
104 | //usage:#define ubirsvol_trivial_usage | 104 | //usage:#define ubirsvol_trivial_usage |
105 | //usage: "UBI_DEVICE -N NAME -s SIZE" | 105 | //usage: "UBI_DEVICE -n VOLID -s SIZE" |
106 | //usage:#define ubirsvol_full_usage "\n\n" | 106 | //usage:#define ubirsvol_full_usage "\n\n" |
107 | //usage: "Resize UBI Volume\n" | 107 | //usage: "Resize UBI Volume\n" |
108 | //usage: "\nOptions:" | 108 | //usage: "\nOptions:" |
109 | //usage: "\n -N NAME Volume name" | 109 | //usage: "\n -n VOLID Volume ID to resize" |
110 | //usage: "\n -s SIZE Size in bytes" | 110 | //usage: "\n -s SIZE Size in bytes" |
111 | 111 | ||
112 | int ubi_tools_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 112 | int ubi_tools_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |