Changeset 6c1e7c0 in mainline for uspace/app/pcapctl/main.c
- Timestamp:
- 2024-04-07T09:52:09Z (6 months ago)
- Children:
- c37c24c
- Parents:
- 384f081
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcapctl/main.c
r384f081 r6c1e7c0 92 92 NAME " --list | -l \n" 93 93 "\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" 95 95 "\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" 97 97 "\tDumping from <device> stops\n" 98 NAME " start<outfile>\n"99 "\tPackets dumped from the 1stdevice 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" 100 100 NAME " --help | -h\n" 101 101 "\tShow this application help.\n");
Note:
See TracChangeset
for help on using the changeset viewer.