mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 15:45:21 +00:00
usbconfig: actually set the exit code in usage()
Oversight in previous commit: usage() had been turned to accept an "exitcode" parameter, but it hasn't been used. MFC after: 2 weeks
This commit is contained in:
parent
b70042adfe
commit
1654b51455
@ -303,7 +303,7 @@ usage(int exitcode)
|
||||
" list" "\n"
|
||||
" do_request <bmReqTyp> <bReq> <wVal> <wIdx> <wLen> <data...>" "\n"
|
||||
);
|
||||
exit(1);
|
||||
exit(exitcode);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user