~martijnbraam/public-inbox

logbookd: logread: mention that -n 0 will print all messages v1 APPLIED

Clayton Craft: 1
 logread: mention that -n 0 will print all messages

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~martijnbraam/public-inbox/patches/48491/mbox | git am -3
Learn more about email & git

[PATCH logbookd] logread: mention that -n 0 will print all messages Export this patch

---
 logread.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/logread.c b/logread.c
index a4382b3..d996e36 100644
--- a/logread.c
+++ b/logread.c
@@ -20,7 +20,7 @@ usage(char *name)
	fprintf(stderr, "Arguments:\n");
	fprintf(stderr, "  -f          Follow the live log output\n");
	fprintf(stderr, "  -F          Same as -f but also show the old messages\n");
	fprintf(stderr, "  -n limit    Limit the amount of old messages to fetch\n");
	fprintf(stderr, "  -n limit    Limit the amount of old messages to fetch (specify '0' for all messages)\n");
	fprintf(stderr, "  -d datefmt  Override the date formatting on output\n");
	fprintf(stderr, "  -u unit     Filter log messages by the unit name\n");
	fprintf(stderr, "  -b boot     Boot ID specification, or 'list'\n");
-- 
2.43.0