Changeset 6c1e7c0 in mainline


Ignore:
Timestamp:
2024-04-07T09:52:09Z (4 weeks ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
c37c24c
Parents:
384f081
Message:

fix app help

File:
1 edited

Legend:

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

    r384f081 r6c1e7c0  
    9292            NAME " --list | -l \n"
    9393            "\tList of devices\n"
    94             NAME " start --device= | -d <device number from list> --outfile | -f <outfile>\n"
     94            NAME " --start | -r --device= | -d <device number from list> --outfile= | -f <outfile>\n"
    9595            "\tPackets dumped from device will be written to <outfile>\n"
    96             NAME " stop --device= | -d <device>\n"
     96            NAME " --stop | -t --device= | -d <device>\n"
    9797            "\tDumping from <device> stops\n"
    98             NAME " start <outfile>\n"
    99             "\tPackets dumped from the 1st device from the list will be written to <outfile>\n"
     98            NAME " --start | -s --outfile= | -f <outfile>\n"
     99            "\tPackets dumped from the 0. device from the list will be written to <outfile>\n"
    100100            NAME " --help | -h\n"
    101101            "\tShow this application help.\n");
Note: See TracChangeset for help on using the changeset viewer.