[git commit] add help text

Denys Vlasenko vda.linux at googlemail.com
Tue Apr 26 02:31:03 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=0bfb9c2cf0e8b711634014e06d39b5f47c5a95c2
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 miscutils/ubi_attach_detach.c |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/miscutils/ubi_attach_detach.c b/miscutils/ubi_attach_detach.c
index 3f7f56e..162ee30 100644
--- a/miscutils/ubi_attach_detach.c
+++ b/miscutils/ubi_attach_detach.c
@@ -107,17 +107,26 @@
 //usage:#define ubirmvol_trivial_usage
 //usage:       "UBI_DEVICE -n VOLID"
 //usage:#define ubirmvol_full_usage "\n\n"
-//usage:       "Remove UBI Volume\n"
+//usage:       "Remove UBI volume\n"
 //usage:     "\nOptions:"
 //usage:     "\n	-n VOLID	Volume ID"
 //usage:
 //usage:#define ubirsvol_trivial_usage
 //usage:       "UBI_DEVICE -n VOLID -s SIZE"
 //usage:#define ubirsvol_full_usage "\n\n"
-//usage:       "Resize UBI Volume\n"
+//usage:       "Resize UBI volume\n"
 //usage:     "\nOptions:"
 //usage:     "\n	-n VOLID	Volume ID to resize"
 //usage:     "\n	-s SIZE		Size in bytes"
+//usage:
+//usage:#define ubiupdatevol_trivial_usage
+//usage:       "UBI_DEVICE [IMG_FILE]"
+//usage:#define ubiupdatevol_full_usage "\n\n"
+//usage:       "Update UBI volume\n"
+//usage:     "\nOptions:"
+//usage:     "\n      -t      Truncate UBI volume"
+//usage:     "\n      -s SIZE Bytes in input (if reading stdin)"
+
 
 int ubi_tools_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
 int ubi_tools_main(int argc UNUSED_PARAM, char **argv)
-- 
1.7.3.4



More information about the busybox-cvs mailing list