aboutsummaryrefslogtreecommitdiff
path: root/cmdline.opt
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-05-16 10:23:24 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-05-16 10:24:16 +0300
commit5e2bb39d15949292bca19362eb8821b8bbee1b88 (patch)
tree3007b0ef5d9e7fe4f06aaf721edb728618e39355 /cmdline.opt
parent168463b46dd58dd24009f2aacef604bab01300a5 (diff)
downloadgrot-5e2bb39d15949292bca19362eb8821b8bbee1b88.tar.gz
grot-5e2bb39d15949292bca19362eb8821b8bbee1b88.tar.bz2
Finish the docs
Diffstat (limited to 'cmdline.opt')
-rw-r--r--cmdline.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline.opt b/cmdline.opt
index 16956d7..151dfb4 100644
--- a/cmdline.opt
+++ b/cmdline.opt
@@ -87,13 +87,13 @@ OPTION(no-flush,,,
[<do not flush logs after rotating>])
BEGIN
flush_logs_option = 0;
END
OPTION(keep,k,NUMBER,
- [<keep NUMBER of files before oldest>])
+ [<keep NUMBER of files before the oldest>])
BEGIN
char *p;
keep_count = strtoul(optarg, &p, 0);
if (*p)
terror(1, NULL, "invalid number: %s", optarg);
END

Return to:

Send suggestions and report system problems to the System administrator.