Merge branch 'sfdisk-json-dump' of https://github.com/xnox/util-linux

This commit is contained in:
Karel Zak 2020-11-05 11:37:51 +01:00
commit 028043c2d5
1 changed files with 2 additions and 1 deletions

View File

@ -2165,7 +2165,8 @@ int main(int argc, char *argv[])
{ NULL, 0, NULL, 0 },
};
static const ul_excl_t excl[] = { /* rows and cols in ASCII order */
{ 'F','J','d'}, /* --list-free --json --dump */
{ 'F','d'}, /* --list-free --dump */
{ 'F','J'}, /* --list-free --json */
{ 's','u'}, /* --show-size --unit */
{ 0 }
};