Commit 7cee042
Eric Bower
·
2025-08-08 22:29:25 -0400 EDT
parent 0a37c05
docs(feeds): clarify run cli
1 files changed,
+1,
-1
+1,
-1
| ... | ... | @@ -53,7 +53,7 @@ func Middleware(dbpool db.DB, cfg *shared.ConfigSite) pssh.SSHServerMiddleware { | |
| 53 | 53 | _, _ = fmt.Fprintf( | |
| 54 | 54 | writer, | |
| 55 | 55 | "%s\t%s\r\n", | |
| 56 | - | "run {filename}", "runs the feed digest post immediately, ignoring last digest time validation", | |
| 56 | + | "run {filename}", "runs the feed digest post immediately, ignoring cron timer", | |
| 57 | 57 | ) | |
| 58 | 58 | return writer.Flush() | |
| 59 | 59 | case "ls": |