Fixed some spelling/grammatical errors (#557)

* Fixed some spelling/grammatical errors (@SniffingTiger)
This commit is contained in:
Milan Aleks 2019-06-27 03:16:24 -05:00 committed by abraunegg
parent 7588774efb
commit 14fb1ca637

View file

@ -3,7 +3,7 @@
## Using the client
### Upgrading from 'skilion' client
The 'skilion' version contains a significant number of defect's in how the local sync state is managed. When upgrading from the 'skilion' version to this version, it is advisable to stop any service / onedrive process from running and then remove any `items.sqlite3` file from your configuration directory (`~/.config/onedrive/`) as this will force the creation of a new local cache file.
The 'skilion' version contains a significant number of defects in how the local sync state is managed. When upgrading from the 'skilion' version to this version, it is advisable to stop any service / onedrive process from running and then remove any `items.sqlite3` file from your configuration directory (`~/.config/onedrive/`) as this will force the creation of a new local cache file.
Additionally, if you are using a 'config' file within your configuration directory (`~/.config/onedrive/`), please ensure that you update the `skip_file = ` option as per below:
@ -74,7 +74,7 @@ Applying changes of Path ID: <redacted>
**Note:** `--dry-run` can only be used with `--synchronize`. It cannot be used with `--monitor` and will be ignored.
### Show your configuration
To validate your configuration the application will use, utilise the following:
To validate your configuration the application will use, utilize the following:
```text
onedrive --display-config
```
@ -148,7 +148,7 @@ chown root.users /var/log/onedrive
chmod 0775 /var/log/onedrive
```
All logfiles will be in the format of `%username%.onedrive.log`, where `%username%` represents the user who ran the client.
All log files will be in the format of `%username%.onedrive.log`, where `%username%` represents the user who ran the client.
**Note:**
To use a different log directory rather than the default above, add the following as a configuration option to `~/.config/onedrive/config`:
@ -549,4 +549,4 @@ Options:
### File naming
The files and directories in the synchronization directory must follow the [Windows naming conventions](https://msdn.microsoft.com/en-us/library/aa365247).
The application will attempt to handle instances where you have two files with the same name but different case. Where there is a namespace clash, the file name which clashes will not be synced. This is expected behavior and won't be fixed.
The application will attempt to handle instances where you have two files with the same names but with different capitalization. Where there is a namespace clash, the file name which clashes will not be synced. This is expected behavior and won't be fixed.