From 4f793ddaa068eaa3de1c8968754e7286e7126d32 Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Wed, 7 Aug 2024 10:07:15 +0200
Subject: [PATCH] DOC: Add example to loadfiles section

---
 src/doc/utilities.rst | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/doc/utilities.rst b/src/doc/utilities.rst
index 45874352..36ed6a04 100644
--- a/src/doc/utilities.rst
+++ b/src/doc/utilities.rst
@@ -47,9 +47,15 @@ documentation), the LinkAhead Advanced User tools provide the
 `linkahead-loadfiles` executable. Both operate on a path as seen by
 the LinkAhead server (i.e., a path within the Docker container in the
 typical LinkAhead Control setup) and can be further specified to
-exclude or exclude specific files.
+exclude or exclude specific files. In the typical setup, where a
+directory is mounted as an extroot into the Docker container by
+LinkAhead control, running
 
-Execute
+.. code-block:: sh
+
+   linkahead-loadfiles /opt/caosdb/mnt/extroot
+
+makes all files available. Execute
 
 .. code-block:: sh
 
-- 
GitLab