mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
remove --tier from device add getopt parser
This commit is contained in:
parent
efbe47e2b4
commit
b832e3b2f7
@ -74,7 +74,7 @@ int cmd_device_add(int argc, char *argv[])
|
|||||||
bool force = false;
|
bool force = false;
|
||||||
int opt;
|
int opt;
|
||||||
|
|
||||||
while ((opt = getopt_long(argc, argv, "t:fh",
|
while ((opt = getopt_long(argc, argv, "fh",
|
||||||
longopts, NULL)) != -1)
|
longopts, NULL)) != -1)
|
||||||
switch (opt) {
|
switch (opt) {
|
||||||
case 'S':
|
case 'S':
|
||||||
|
Loading…
Reference in New Issue
Block a user