Removed reference to --debug comand line switch (not present)

This commit is contained in:
Robert Foster 2018-07-13 12:24:37 +10:00
parent 0a70ada95a
commit aeb751bc52

View file

@ -30,14 +30,14 @@ sudo apt install libsqlite3-dev
curl -fsS https://dlang.org/install.sh | bash -s dmd
```
### Dependencies: Fedora < Version 18 / CentOS / RHEL
### Dependencies: Fedora < Version 18 / CentOS / RHEL
```sh
sudo yum install libcurl-devel
sudo yum install sqlite-devel
curl -fsS https://dlang.org/install.sh | bash -s dmd
```
### Dependencies: Fedora > Version 18
### Dependencies: Fedora > Version 18
```sh
sudo dnf install libcurl-devel
sudo dnf install sqlite-devel
@ -95,7 +95,7 @@ Example: If the full path is `~/OneDrive/mydir`, the command would be `onedrive
### Performing a 'one-way' sync
In some cases it may be desirable to 'upload only' to OneDrive. To do this use the following command:
```
onedrive --synchronize --upload-only
onedrive --synchronize --upload-only
```
### Increasing logging level
@ -104,11 +104,6 @@ When running a sync it may be desirable to see additional information as to the
onedrive --synchronize --verbose
```
Debug logging can be enabled to provide even more information using the following command:
```
onedrive --synchronise --verbose --debug
```
### Client Activity Log
When running onedrive all actions are logged to `/var/log/onedrive/`
@ -160,14 +155,14 @@ rm -f ~/.config/onedrive/refresh_token
```
## Additional Configuration
Additional configuration is optional.
Additional configuration is optional.
If you want to change the defaults, you can copy and edit the included config file into your `~/.config/onedrive` directory:
```sh
mkdir -p ~/.config/onedrive
cp ./config ~/.config/onedrive/config
nano ~/.config/onedrive/config
```
This file does not get created by default, and should only be created if you want to change the 'default' operational parameters.
This file does not get created by default, and should only be created if you want to change the 'default' operational parameters.
Available options:
* `sync_dir`: directory where the files will be synced