From: Joel Rosdahl Date: Mon, 4 Jul 2022 18:58:02 +0000 (+0200) Subject: fix: Remove AsciiDoc markup from help text of --trim-dir X-Git-Tag: v4.6.2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7224c922756292bbe048d78995c8f0aea0816254;p=thirdparty%2Fccache.git fix: Remove AsciiDoc markup from help text of --trim-dir (cherry picked from commit 8d470e6cf79cb4c7117f84bc46756428fc70a209) --- diff --git a/src/core/mainoptions.cpp b/src/core/mainoptions.cpp index 27431f9ae..33e73fef1 100644 --- a/src/core/mainoptions.cpp +++ b/src/core/mainoptions.cpp @@ -121,8 +121,8 @@ Common options: -V, --version print version and copyright information Options for secondary storage: - --trim-dir PATH remove old files from directory _PATH_ until it - is at most the size specified by --trim-max-size + --trim-dir PATH remove old files from directory PATH until it is + at most the size specified by --trim-max-size (note: don't use this option to trim the primary cache) --trim-max-size SIZE specify the maximum size for --trim-dir;