| 441 | } |
| 442 | |
| 443 | void list_guides_help(void) |
| 444 | { |
| 445 | struct category_description catdesc[] = { |
| 446 | { CAT_guide, N_("The Git concept guides are:") }, |
| 447 | { 0, NULL } |
| 448 | }; |
| 449 | print_cmd_by_category(catdesc, NULL); |
| 450 | putchar('\n'); |
| 451 | } |
| 452 | |
| 453 | void list_user_interfaces_help(void) |
| 454 | { |
no test coverage detected