Changeset d0d8e59 in mainline for uspace/app/tmon/main.c


Ignore:
Timestamp:
2017-12-21T09:45:40Z (6 years ago)
Author:
Petr Mánek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dd36558
Parents:
0fbe27d
git-author:
Petr Mánek <petr.manek@…> (2017-12-21 09:44:24)
git-committer:
Petr Mánek <petr.manek@…> (2017-12-21 09:45:40)
Message:

tmon: shorter and nicer usage info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tmon/main.c

    r0fbe27d rd0d8e59  
    5454        {
    5555                .name = "stress-intr-in",
    56                 .description = "Stress benchmark interrupt in endpoints of a diagnostic device.",
     56                .description = "Stress benchmark interrupt in endpoints of a device.",
    5757                .action = tmon_stress_intr_in,
    5858        },
    5959        {
    6060                .name = "stress-intr-out",
    61                 .description = "Stress benchmark interrupt out endpoints of a diagnostic device.",
     61                .description = "Stress benchmark interrupt out endpoints of a device.",
    6262                .action = tmon_stress_intr_out,
    6363        },
    6464        {
    6565                .name = "stress-bulk-in",
    66                 .description = "Stress benchmark bulk in endpoints of a diagnostic device.",
     66                .description = "Stress benchmark bulk in endpoints of a device.",
    6767                .action = tmon_stress_bulk_in,
    6868        },
    6969        {
    7070                .name = "stress-bulk-out",
    71                 .description = "Stress benchmark bulk out endpoints of a diagnostic device.",
     71                .description = "Stress benchmark bulk out endpoints of a device.",
    7272                .action = tmon_stress_bulk_out,
    7373        },
Note: See TracChangeset for help on using the changeset viewer.