From 7224c922756292bbe048d78995c8f0aea0816254 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 4 Jul 2022 20:58:02 +0200 Subject: [PATCH] fix: Remove AsciiDoc markup from help text of --trim-dir (cherry picked from commit 8d470e6cf79cb4c7117f84bc46756428fc70a209) --- src/core/mainoptions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.2