]> www.infradead.org Git - mtd-utils.git/commit
mkfs.ubifs: Fix --squash-rino-perm / --nosquash-rino-perm
authorKevin Cernekee <cernekee@gmail.com>
Thu, 23 Sep 2010 22:58:48 +0000 (15:58 -0700)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 24 Sep 2010 08:50:21 +0000 (11:50 +0300)
commit1ad9740c950474b2bb81941ca9aed1f8a20357d3
treed4893af9d75c1980581554bd417d974c55d9a546
parent6358c55bacb813395a4612b9f3972bf41a3daed2
mkfs.ubifs: Fix --squash-rino-perm / --nosquash-rino-perm

This addresses a couple of issues:

1) Code was only allowing these options if --root was NOT specified (the
opposite of the documented usage)

2) -q / -Q short options did not work

3) Spacing fixes in the error/warning strings

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
mkfs.ubifs/mkfs.ubifs.c