mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Add option to documentation
Add option to documentation
This commit is contained in:
parent
fa35d64c41
commit
e02d4377e1
2 changed files with 10 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ Before reading this document, please ensure you are running application version
|
|||
- [CLI Option: --display-config](#cli-option---display-config)
|
||||
- [CLI Option: --display-sync-status](#cli-option---display-sync-status)
|
||||
- [CLI Option: --display-quota](#cli-option---display-quota)
|
||||
- [CLI Option: --download-file](#cli-option---download-file)
|
||||
- [CLI Option: --force](#cli-option---force)
|
||||
- [CLI Option: --force-sync](#cli-option---force-sync)
|
||||
- [CLI Option: --get-file-link](#cli-option---get-file-link)
|
||||
|
|
@ -1345,6 +1346,11 @@ _**Description:**_ This CLI option will display the quota status of the account
|
|||
|
||||
_**Usage Example:**_ `onedrive --display-quota`
|
||||
|
||||
### CLI Option: --download-file
|
||||
_**Description:**_ This CLI option will download a single file based on the online path. No sync will be performed.
|
||||
|
||||
_**Usage Example:**_ `onedrive --download-file 'path/to/your/file/online'
|
||||
|
||||
### CLI Option: --force
|
||||
_**Description:**_ This CLI option enables the force the deletion of data when a 'big delete' is detected.
|
||||
|
||||
|
|
|
|||
|
|
@ -188,6 +188,10 @@ Disable upload validation when uploading to OneDrive.
|
|||
\fB\-\-display-quota\fR
|
||||
Display the quota status of the client - no sync will be performed.
|
||||
|
||||
.TP
|
||||
\fB\-\-download-file\fR
|
||||
This CLI option will download a single file based on the online path. No sync will be performed.
|
||||
|
||||
.TP
|
||||
\fB\-\-display-running-config\fR
|
||||
Display what options the client has been configured to use on application startup.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue