From 7efcc459f2baf320efe90f941c91aad73d554a79 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 18 Sep 2011 14:07:03 +0200 Subject: [PATCH] config: Update help text with information about size suffixes --- ccache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccache.c b/ccache.c index 5e9d514e6..234dd6a23 100644 --- a/ccache.c +++ b/ccache.c @@ -59,8 +59,8 @@ static const char USAGE_TEXT[] = " -F, --max-files=N set maximum number of files in cache to N (use 0 for\n" " no limit)\n" " -M, --max-size=SIZE set maximum size of cache to SIZE (use 0 for no\n" -" limit; available suffixes: G, M and K; default\n" -" suffix: G)\n" +" limit); available suffixes: k, M, G, T (decimal) and\n" +" Ki, Mi, Gi, Ti (binary); default suffix: G\n" " -o, --set-config=K=V set configuration key K to value V\n" " -p, --print-config print current configuration options\n" " -s, --show-stats show statistics summary\n" -- 2.47.3