scsi_id: add missing options to getopt_long() (#6501)

This commit is contained in:
Jan Synacek 2017-08-02 10:12:33 +02:00 committed by Martin Pitt
parent 2959fb07cb
commit ebc6f34a0b
1 changed files with 1 additions and 1 deletions

View File

@ -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;