mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
scsi_id: add missing options to getopt_long() (#6501)
This commit is contained in:
@@ -336,7 +336,7 @@ static int set_options(struct udev *udev,
|
||||
* file) we have to reset this back to 1.
|
||||
*/
|
||||
optind = 1;
|
||||
while ((option = getopt_long(argc, argv, "d:f:gp:uvVxh", options, NULL)) >= 0)
|
||||
while ((option = getopt_long(argc, argv, "d:f:gp:uvVxhbs:", options, NULL)) >= 0)
|
||||
switch (option) {
|
||||
case 'b':
|
||||
all_good = false;
|
||||
|
||||
Reference in New Issue
Block a user