From 510ceb86f819ae9eaa5fd362858f49d444985889 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 7 Feb 2022 22:36:24 +0100 Subject: [PATCH] docs: link to borg_placeholders --- src/borg/archiver.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/borg/archiver.py b/src/borg/archiver.py index 09fa05752..c30be5239 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -2763,6 +2763,7 @@ class Archiver: 'separate_compaction': '"Separate compaction"', 'list_item_flags': '"Item flags"', 'borg_patterns': '"borg help patterns"', + 'borg_placeholders': '"borg help placeholders"', } def process_epilog(epilog): @@ -3331,7 +3332,7 @@ class Archiver: For more help on include/exclude patterns, see the :ref:`borg_patterns` command output. - For more help on placeholders, see the ``borg help placeholders`` command output. + For more help on placeholders, see the :ref:`borg_placeholders` command output. .. man NOTES