diff options
| author | Karel Zak <kzak@redhat.com> | 2019-09-03 16:22:21 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2019-09-03 16:22:21 +0200 |
| commit | 03154d2cf25c1d5ce908da9e72d324004b8d5722 (patch) | |
| tree | d1d113579d105c1dba9cfafa58e5bab2bfe54f75 /disk-utils/sfdisk.c | |
| parent | 987ec2a6963f6eaf061c322b4005413035dbd302 (diff) | |
| download | util-linux-03154d2cf25c1d5ce908da9e72d324004b8d5722.tar.gz | |
sfdisk: add -J between mutually exclusive options
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils/sfdisk.c')
| -rw-r--r-- | disk-utils/sfdisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/sfdisk.c b/disk-utils/sfdisk.c index f55f88f5ce..37d652b2f9 100644 --- a/disk-utils/sfdisk.c +++ b/disk-utils/sfdisk.c @@ -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 } }; |
