[pkg-d-commits] [ldc] 44/149: Fix ldc-prune-cache help text.
Matthias Klumpp
mak at moszumanska.debian.org
Sun Apr 23 22:36:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
mak pushed a commit to annotated tag v1.2.0
in repository ldc.
commit b78f19c8a69e663b852e654ab79c12c71fa4b988
Author: Johan Engelen <jbc.engelen at gmail.com>
Date: Fri Jan 20 22:51:15 2017 +0100
Fix ldc-prune-cache help text.
---
tools/ldc-prune-cache.d | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/ldc-prune-cache.d b/tools/ldc-prune-cache.d
index e7dda1b..8c6dfaa 100644
--- a/tools/ldc-prune-cache.d
+++ b/tools/ldc-prune-cache.d
@@ -69,10 +69,10 @@ USAGE: ldc-prune-cache [OPTION]... PATH
OPTIONS:
--expiration=<dur> Sets the pruning expiration time of cache files to
- <duration> seconds (default: 1 week).
+ <dur> seconds (default: 1 week).
-f, --force Force pruning, ignoring the prune interval.
-h, --help Show this message.
- --interval=<dur> Sets the cache pruning interval to <duration> seconds
+ --interval=<dur> Sets the cache pruning interval to <dur> seconds
(default: 20 min). Set to 0 to force pruning, see -f.
--max-bytes=<size> Sets the cache size absolute limit to <size> bytes
(default: no absolute limit).
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git
More information about the pkg-d-commits
mailing list