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:
Szymon Janc 2015-06-01 11:27:06 +02:00
parent 9925dff456
commit 38ace2bd40

View File

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