Skip to content

Commit

Permalink
sfdisk: add -J between mutually exclusive options
Browse files Browse the repository at this point in the history
Signed-off-by: Karel Zak <kzak@redhat.com>
  • Loading branch information
karelzak committed Sep 3, 2019
1 parent 987ec2a commit 03154d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disk-utils/sfdisk.c
Expand Up @@ -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 }
};
Expand Down

0 comments on commit 03154d2

Please sign in to comment.