repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
7cee042
parent
0a37c05
author
Eric Bower
date
2025-08-08 22:29:25 -0400 EDT
docs(feeds): clarify run cli
1 files changed,  +1, -1
M pkg/apps/feeds/cli.go
+1, -1
1@@ -53,7 +53,7 @@ func Middleware(dbpool db.DB, cfg *shared.ConfigSite) pssh.SSHServerMiddleware {
2 				_, _ = fmt.Fprintf(
3 					writer,
4 					"%s\t%s\r\n",
5-					"run {filename}", "runs the feed digest post immediately, ignoring last digest time validation",
6+					"run {filename}", "runs the feed digest post immediately, ignoring cron timer",
7 				)
8 				return writer.Flush()
9 			case "ls":