Fix ubirsvol usage information
authorReuben Dowle <Reuben.Dowle@navico.com>
Sun, 3 Apr 2011 22:55:55 +0000 (10:55 +1200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 26 Apr 2011 01:43:25 +0000 (03:43 +0200)
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>
miscutils/ubi_attach_detach.c

index 9007f8c..e82dc38 100644 (file)
 //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;