From: Rello Date: Thu, 14 Nov 2024 21:34:55 +0000 (+0100) Subject: Update doc/nextcloudcmd.rst X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~5^2~54^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f6fc74e396da109fe363e692ee6167706d358b03;p=nextcloud-desktop.git Update doc/nextcloudcmd.rst Co-authored-by: Camila Ayres Signed-off-by: Rello --- diff --git a/doc/nextcloudcmd.rst b/doc/nextcloudcmd.rst index a9bceb013..36cf64cb1 100644 --- a/doc/nextcloudcmd.rst +++ b/doc/nextcloudcmd.rst @@ -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 ~~~~~~~~~~~~