Merge pull request #5829 from DimitriPapadopoulos/codespell

Fix residual typos found by codespell
This commit is contained in:
Matthieu Gallien 2023-06-22 17:47:40 +02:00 committed by GitHub
commit 77478a3a70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ ShallowClone = True
# Variables defined here override the default value
# The variable names are casesensitive
[Variables]
#Values need to be overwritten to create a chache
#Values need to be overwritten to create a cache
UseCache = True
CreateCache = False

View file

@ -1,7 +1,7 @@
It is possible to perform mass deployment of the Nextcloud desktop client by passing certain command-line parameters from the deployment step to Nextcloud desktop client executable after the initial setup.
This will allow desktop client to generate a config (.cfg) file that will be used during subsequent launches.
A config file will have a corresponding account written into it similar to if you have added it manually via the desktop client's UI.
The desktop client will exit with code 0 if account has been added successfuly, or 1 in case of failure.
The desktop client will exit with code 0 if account has been added successfully, or 1 in case of failure.
Detailed failure message is printed to the desktop client logs.
The following parameters are supported: