Changeset fd6845e9 in mainline
- Timestamp:
- 2024-12-13T08:32:55Z (11 months ago)
- Children:
- 6baa6116
- Parents:
- 9e26790
- git-author:
- Nataliia Korop <n.corop08@…> (2024-04-07 09:52:09)
- git-committer:
- Nataliia Korop <n.corop08@…> (2024-12-13 08:32:55)
- File:
-
- 1 edited
-
uspace/app/pcapctl/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcapctl/main.c
r9e26790 rfd6845e9 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.
