Changeset 4a2a6b8b in mainline for uspace/app
- Timestamp:
- 2024-09-06T22:09:33Z (19 months ago)
- Children:
- 57c61b0
- Parents:
- a19d7fc4
- File:
-
- 1 edited
-
uspace/app/hrctl/hrctl.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hrctl/hrctl.c
ra19d7fc4 r4a2a6b8b 232 232 233 233 while (c != -1) { 234 c = getopt_long(argc, argv, "hsC:c:A:a:l:01 5Ln:T:",234 c = getopt_long(argc, argv, "hsC:c:A:a:l:0145Ln:T:", 235 235 long_options, NULL); 236 236 switch (c) { … … 299 299 goto bad; 300 300 cfg->level = hr_l_1; 301 break; 302 case '4': 303 if (cfg->level != hr_l_empty) 304 goto bad; 305 cfg->level = hr_l_4; 301 306 break; 302 307 case '5':
Note:
See TracChangeset
for help on using the changeset viewer.
