From: Vivenzio Pagliari Date: Mon, 25 Oct 2010 11:58:54 +0000 (+0200) Subject: mkfs.ubifs: Fix typo in short options of mkfs.ubifs X-Git-Tag: v1.4.2~22 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=33163dc9b2650e0a7f5f2d9fcc4b20c77b8db5bf;p=mtd-utils.git mkfs.ubifs: Fix typo in short options of mkfs.ubifs The short option for specifying the count of erase blocks for orphans '-p' was not detected due to a typo. Signed-off-by: Vivenzio Pagliari Signed-off-by: Artem Bityutskiy --- diff --git a/mkfs.ubifs/mkfs.ubifs.c b/mkfs.ubifs/mkfs.ubifs.c index d83f6bd..bc0817f 100644 --- a/mkfs.ubifs/mkfs.ubifs.c +++ b/mkfs.ubifs/mkfs.ubifs.c @@ -132,7 +132,7 @@ static struct inum_mapping **hash_table; /* Inode creation sequence number */ static unsigned long long creat_sqnum; -static const char *optstring = "d:r:m:o:D:h?vVe:c:g:f:P:k:x:X:j:R:l:j:UQq"; +static const char *optstring = "d:r:m:o:D:h?vVe:c:g:f:p:k:x:X:j:R:l:j:UQq"; static const struct option longopts[] = { {"root", 1, NULL, 'r'},