add help info to --help
This commit is contained in:
@@ -448,6 +448,7 @@ static void print_usage(const char *prog)
|
|||||||
printf(" CELL_SHOP Shop path (default: ~/.cell)\n");
|
printf(" CELL_SHOP Shop path (default: ~/.cell)\n");
|
||||||
printf("\nRecompile after changes: make\n");
|
printf("\nRecompile after changes: make\n");
|
||||||
printf("Bootstrap from scratch: make bootstrap\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)
|
int cell_init(int argc, char **argv)
|
||||||
|
|||||||
Reference in New Issue
Block a user