Changeset 095a989 in mainline for uspace/app
- Timestamp:
- 2024-09-05T22:34:53Z (19 months ago)
- Children:
- ee83e9c
- Parents:
- e192339
- git-author:
- Miroslav Cimerman <mc@…> (2024-09-05 22:31:28)
- git-committer:
- Miroslav Cimerman <mc@…> (2024-09-05 22:34:53)
- File:
-
- 1 edited
-
uspace/app/hrctl/hrctl.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hrctl/hrctl.c
re192339 r095a989 231 231 return 0; 232 232 case 's': 233 printf("hrctl: status not implemented yet\n"); 234 return 1; 233 rc = hr_print_status(); 234 if (rc != EOK) 235 return 1; 236 return 0; 235 237 case 'a': 236 238 if (str_size(optarg) > 31) {
Note:
See TracChangeset
for help on using the changeset viewer.
