add help info to --help

This commit is contained in:
2026-02-18 12:07:17 -06:00
parent 36f054d99d
commit dc7f933424

View File

@@ -448,6 +448,7 @@ static void print_usage(const char *prog)
printf(" CELL_SHOP Shop path (default: ~/.cell)\n");
printf("\nRecompile after changes: make\n");
printf("Bootstrap from scratch: make bootstrap\n");
printf("Run the 'help' script like 'cell help' to see available scripts\n");
}
int cell_init(int argc, char **argv)