mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
Merge pull request #259 from evanrichter/fix_device_add_args
Fix device add args
This commit is contained in:
commit
578f32a96e
@ -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, "S:B:Dl:fh",
|
||||||
longopts, NULL)) != -1)
|
longopts, NULL)) != -1)
|
||||||
switch (opt) {
|
switch (opt) {
|
||||||
case 'S':
|
case 'S':
|
||||||
|
Loading…
Reference in New Issue
Block a user