From ee2da78446cb32e67f9fd25dfaf2de0bc925d4fa Mon Sep 17 00:00:00 2001 From: abraunegg Date: Mon, 16 May 2022 10:17:43 +1000 Subject: [PATCH] Update manpage to align with application configuration (#1962) * Update manpage to align with application configuration to prepare for 2.4.18 release --- onedrive.1.in | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/onedrive.1.in b/onedrive.1.in index b86b89f7..6c5fd3ea 100644 --- a/onedrive.1.in +++ b/onedrive.1.in @@ -23,6 +23,9 @@ Perform authorization via two files passed in as \fBARG\fP in the format \fBauth The authorization URL is written to the \fBauthUrl\fP, then \fBonedrive\fP waits for the file \fBresponseUrl\fP to be present, and reads the response from that file. .TP +\fB\-\-auth\-response\fP ARG +Perform authentication not via interactive dialog but via providing the reponse url directly. +.TP \fB\-\-check\-for\-nomount\fP Check for the presence of .nosync in the syncdir root. If found, do not perform sync. .br @@ -55,6 +58,11 @@ Configuration file key: \fBdebug_https\fP (default: \fBfalse\fP) \fB\-\-destination\-directory\fP ARG Destination directory for renamed or move on OneDrive \- no sync will be performed. .TP +\fB\-\-disable\-download\-validation\fP +Disable download validation when downloading from OneDrive +.br +Configuration file key: \fBdisable_download_validation\fP (default: \fBfalse\fP) +.TP \fB\-\-disable\-notifications\fP Do not use desktop notifications in monitor mode .br @@ -94,6 +102,11 @@ Force the use of HTTP/2 for all operations where applicable .br Configuration file key: \fBforce_http_2\fP (default: \fBfalse\fP) .TP +\fB\-\-force\-sync\fP +Force a synchronization of a specific folder, only when using --synchronize --single-directory and ignore +.br +all non-default skip_dir and skip_file rules +.TP \fB\-\-get\-O365\-drive\-id\fP ARG Query and return the Office 365 Drive ID for a given Office 365 SharePoint Shared Library .TP @@ -116,12 +129,15 @@ defines the directory where logging output is saved to, needs to end with a slas .br Configuration file key: \fBlog_dir\fP (default: \fB/var/log/onedrive/\fP) .TP -\fB\-\-min-notify-changes\fP +\fB\-\-min\-notify\-changes\fP the minimum number of pending incoming changes necessary to trigger a desktop notification .br Configuration file key: \fBmin_notify_changes\fP (default: \fB5\fP) .TP +\fB\-m \-\-modified\-by\fP ARG +Display the last modified by details of a given path +.TP \fB\-m \-\-monitor\fP Keep monitoring for local and remote changes .TP @@ -154,8 +170,8 @@ Configuration file key: \fBoperation_timeout\fP (default: \fB3600\fP) \fB\-\-print\-token\fP Print the access token, useful for debugging .TP -\fB\-\-resync\fP -Forget the last saved state, perform a full sync +\fB\-\-reauth\fP +Reauthenticate the client with OneDrive .TP \fB\-\-remove\-directory\fP ARG Remove a directory on OneDrive \- no sync will be performed. @@ -165,6 +181,12 @@ Remove source file after successful transfer to OneDrive when using \-\-upload-o .br Configuration file key: \fBremove_source_files\fP (default: \fBfalse\fP) .TP +\fB\-\-resync\fP +Forget the last saved state, perform a full sync +.TP +\fB\-\-resync\-auth\fP +Approve the use of performing a --resync action without needing CLI authorization +.TP \fB\-\-single\-directory\fP ARG Specify a single local directory within the OneDrive root to sync. .TP