Merge pull request #259 from evanrichter/fix_device_add_args

Fix device add args
This commit is contained in:
koverstreet 2024-04-29 12:57:27 -04:00 committed by GitHub
commit 578f32a96e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,7 @@ int cmd_device_add(int argc, char *argv[])
bool force = false;
int opt;
while ((opt = getopt_long(argc, argv, "t:fh",
while ((opt = getopt_long(argc, argv, "S:B:Dl:fh",
longopts, NULL)) != -1)
switch (opt) {
case 'S':