mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-24 20:54:19 +08:00
tools/l2test: Sort options alphabetically
l2test has many options and sorting them will make it easier to find unused one.
This commit is contained in:
parent
9925dff456
commit
38ace2bd40
@ -1343,8 +1343,8 @@ int main(int argc, char *argv[])
|
||||
|
||||
bacpy(&bdaddr, BDADDR_ANY);
|
||||
|
||||
while ((opt = getopt(argc, argv, "rdscuwmntqxyzpb:a:"
|
||||
"i:P:I:O:J:B:N:L:W:C:D:X:F:Q:Z:Y:H:K:V:RUGAESMTe:")) != EOF) {
|
||||
while ((opt = getopt(argc, argv, "a:b:cde:i:mnpqrstuwxyz"
|
||||
"AB:C:D:EF:GH:I:J:K:L:MN:O:P:Q:RSTUV:W:X:Y:Z:")) != EOF) {
|
||||
switch (opt) {
|
||||
case 'r':
|
||||
mode = RECV;
|
||||
|
Loading…
Reference in New Issue
Block a user