Changes in uspace/app/netecho/netecho.c [cd22764:f57aebc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/netecho/netecho.c
rcd22764 rf57aebc 180 180 } else if (str_lcmp(argv[*index] + 2, "help", 5) == 0) { 181 181 echo_print_help(); 182 exit(0);182 return EOK; 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.