mirror of
https://github.com/opnsense/src.git
synced 2026-07-15 12:11:48 -04:00
Restore alphabetical order of command line options parsing.
Requested by: ken
This commit is contained in:
parent
bef9dae05a
commit
ac4197a61c
1 changed files with 4 additions and 4 deletions
|
|
@ -1798,14 +1798,14 @@ camdebug(int argc, char **argv, char *combinedopt)
|
|||
arglist |= CAM_ARG_DEBUG_INFO;
|
||||
ccb.cdbg.flags |= CAM_DEBUG_INFO;
|
||||
break;
|
||||
case 'T':
|
||||
arglist |= CAM_ARG_DEBUG_TRACE;
|
||||
ccb.cdbg.flags |= CAM_DEBUG_TRACE;
|
||||
break;
|
||||
case 'S':
|
||||
arglist |= CAM_ARG_DEBUG_SUBTRACE;
|
||||
ccb.cdbg.flags |= CAM_DEBUG_SUBTRACE;
|
||||
break;
|
||||
case 'T':
|
||||
arglist |= CAM_ARG_DEBUG_TRACE;
|
||||
ccb.cdbg.flags |= CAM_DEBUG_TRACE;
|
||||
break;
|
||||
case 'c':
|
||||
arglist |= CAM_ARG_DEBUG_CDB;
|
||||
ccb.cdbg.flags |= CAM_DEBUG_CDB;
|
||||
|
|
|
|||
Loading…
Reference in a new issue