[PATCH v5 3/4] ubi-utils: ubidump: introduce ubidump
Artem Bityutskiy
dedekind1 at gmail.com
Thu Oct 30 01:30:28 PDT 2014
On Thu, 2014-10-30 at 10:19 +0200, Artem Bityutskiy wrote:
> On Wed, 2014-10-22 at 18:43 +0800, hujianyang wrote:
> > +static const char optionsstr[] =
> > +"-h, --help print help message\n"
> > +"-l, --lnum logic eraseblock num to dump\n"
> > +"-i, --info show explicit information about ubifs-level\n"
>
> So what does this '-i' option do? I cannot grasp this from the comment.
Ok, I think I see what you mean here. This is about dumping UBIFS data
in addition to the UBI data.
First of all, let's re-phrase this. Do not use word "explicit", it does
not seem to bear any useful meaning here. Just say "also dump UBIFS
nodes" or something like this.
And "-i" / "--info" are not the best names, I think. "-u" / "--ubifs"
would be better.
And regarding the -l option. What if I do not specify it? What will be
dumped? Everything? Nothing? I'd vote for duping everything (all LEBs).
Artem.
More information about the linux-mtd
mailing list