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>
This commit is contained in:
Reuben Dowle 2011-04-04 10:55:55 +12:00 committed by Denys Vlasenko
parent fb6b173ff7
commit ab940af5c0

View File

@ -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;