---
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