mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
scsi_id: add missing options to getopt_long() (#6501)
This commit is contained in:
parent
2959fb07cb
commit
ebc6f34a0b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user