sfdisk: mark --dump and --list-free as mutually exclusive

Reported-by: Bertrand Jacquin <bertrand@jacquin.bzh>
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2019-09-02 13:10:44 +02:00
parent e7d318a9dd
commit eabcbfc449
1 changed files with 1 additions and 0 deletions

View File

@ -1986,6 +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 */
{ 's','u'}, /* --show-size --unit */
{ 0 }
};