diff --git a/source/cell.c b/source/cell.c index c8007f08..a8ae53f5 100644 --- a/source/cell.c +++ b/source/cell.c @@ -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)