From: Joel Rosdahl Date: Sun, 18 Sep 2011 12:07:03 +0000 (+0200) Subject: config: Update help text with information about size suffixes X-Git-Tag: v3.2~172 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7efcc459f2baf320efe90f941c91aad73d554a79;p=thirdparty%2Fccache.git config: Update help text with information about size suffixes --- 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"