diff options
Diffstat (limited to 'misc-utils/mtdpart.c')
-rw-r--r-- | misc-utils/mtdpart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/mtdpart.c b/misc-utils/mtdpart.c index ba35d87..c8cd79b 100644 --- a/misc-utils/mtdpart.c +++ b/misc-utils/mtdpart.c @@ -37,7 +37,7 @@ static void display_help(int status) " -V, --version Output version information and exit\n" "\n" "START location and SIZE of the partition are in bytes. They should align on\n" -"eraseblock size.\n", +"eraseblock size. If SIZE is 0 the partition will go to end of MTD device.\n", PROGRAM_NAME ); exit(status); |