sfdisk: add -J between mutually exclusive options

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2019-09-03 16:22:21 +02:00
parent 987ec2a696
commit 03154d2cf2
1 changed files with 1 additions and 1 deletions

View File

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