[PATCH]: Fix ubirsvol usage information

Reuben Dowle Reuben.Dowle at navico.com
Sun Apr 3 22:55:55 UTC 2011


The usage information for the ubirsvol applet is incorrect. This fixes the mistake.

Signed-off-by: Reuben Dowle <reuben.dowle at navico.com>
---
 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 9007f8c..e82dc38 100644
--- a/miscutils/ubi_attach_detach.c
+++ b/miscutils/ubi_attach_detach.c
@@ -102,11 +102,11 @@
 //usage:     "\n	-n VOLID	Volume ID"
 //usage:
 //usage:#define ubirsvol_trivial_usage
-//usage:       "UBI_DEVICE -N NAME -s SIZE"
+//usage:       "UBI_DEVICE -n VOLID -s SIZE"
 //usage:#define ubirsvol_full_usage "\n\n"
 //usage:       "Resize UBI Volume\n"
 //usage:     "\nOptions:"
-//usage:     "\n	-N NAME		Volume name"
+//usage:     "\n	-n VOLID	Volume ID to resize"
 //usage:     "\n	-s SIZE		Size in bytes"
 
 int ubi_tools_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
-- 
1.7.1




More information about the busybox mailing list