Update doc/nextcloudcmd.rst
authorRello <Rello@users.noreply.github.com>
Thu, 14 Nov 2024 21:34:55 +0000 (22:34 +0100)
committerRello <Rello@users.noreply.github.com>
Fri, 15 Nov 2024 08:25:42 +0000 (09:25 +0100)
Co-authored-by: Camila Ayres <hello@camilasan.com>
Signed-off-by: Rello <Rello@users.noreply.github.com>
doc/nextcloudcmd.rst

index a9bceb0138f2fd18a725c19c3fe2a1d5cbf0d554..36cf64cb1b2be3adb7ebf966785bae88058cf2e3 100644 (file)
@@ -82,7 +82,14 @@ installed along with ``nextcloudcmd`` and thus be available in a system location
 be placed next to the binary as ``sync-exclude.lst`` or be explicitly specified
 with the ``--exclude`` switch.
 
-The required file format is one exclude item per line and can use wildcards.
+The required file content is one exclude item per line where wildcards are allowed, e.g.: 
+::
+
+    ~*.tmp
+    ._*
+    ]Thumbs.db
+    ]photothumb.db
+    System Volume Information
 
 Example
 ~~~~~~~~~~~~