From a4316c29e6d0e17190f595e8aa2ecf40fc579c14 Mon Sep 17 00:00:00 2001 From: Andrey Nikiforov Date: Tue, 6 Aug 2024 19:25:17 +0000 Subject: [PATCH] add domain --- docs/reference.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/reference.md b/docs/reference.md index c71896387..3707b598c 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -82,3 +82,19 @@ This is a list of all options available for command line interface (CLI) of the ```{seealso} [File Naming](naming) section discusses affected behavior ``` + +(dry-run-parameter)= +`--dry-run` + +: If specified, no changes to local storage or iCloud remote storage is made. + + Authentication will be performed and remote files will be chacked against local storage. Any difference will be reported instead of performing download. + + This paramter is useful for experimenting with new parameters + +(domain-parameter)= +`--domain X` + +: Access to Apple servers is blocked from mainland China. As an alternative, iCloud service is available on internal .cn domain, which can be specified for `icloudpd` to work from mainland China. + + Default is ".com". ".cn" is the only other option available. \ No newline at end of file