From d02f115cff2271e46339eedd9ba05ce36d4848bd Mon Sep 17 00:00:00 2001 From: Rello Date: Fri, 8 Nov 2024 13:21:22 +0100 Subject: [PATCH] Update nextcloudcmd.rst add note on exclude file https://github.com/nextcloud/desktop/issues/2917 Signed-off-by: Rello --- doc/nextcloudcmd.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/nextcloudcmd.rst b/doc/nextcloudcmd.rst index 23b0212a43..a9bceb0138 100644 --- a/doc/nextcloudcmd.rst +++ b/doc/nextcloudcmd.rst @@ -82,6 +82,8 @@ 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. + Example ~~~~~~~~~~~~