From dc7f93342471a98b7065f62734d6fbded7ecf24b Mon Sep 17 00:00:00 2001 From: John Alanbrook Date: Wed, 18 Feb 2026 12:07:17 -0600 Subject: [PATCH] add help info to --help --- source/cell.c | 1 + 1 file changed, 1 insertion(+) 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)