Changeset cd22764 in mainline for uspace/app/netecho/netecho.c
- Timestamp:
- 2011-01-05T12:53:03Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 196ef08, fdb9c39c
- Parents:
- 1ad52de
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/netecho/netecho.c
r1ad52de rcd22764 180 180 } else if (str_lcmp(argv[*index] + 2, "help", 5) == 0) { 181 181 echo_print_help(); 182 return EOK;182 exit(0); 183 183 } else if (str_lcmp(argv[*index] + 2, "port=", 5) == 0) { 184 184 rc = arg_parse_int(argc, argv, index, &value, 7);
Note:
See TracChangeset
for help on using the changeset viewer.