Update PR

* Update PR
This commit is contained in:
abraunegg 2025-11-03 09:25:01 +11:00
commit 7751050bac
2 changed files with 5 additions and 5 deletions

View file

@ -158,7 +158,7 @@ Number of children in a path that is locally removed which will be classified as
.TP
\fB\-\-cleanup-local-files\fR
Cleanup additional local files when using --download-only. This will remove local data.
Clean up additional local files when using --download-only. This will remove local data.
.TP
\fB\-\-confdir\fR \fIARG\fR

View file

@ -1176,10 +1176,10 @@ class ApplicationConfig {
std.getopt.config.bundling,
std.getopt.config.caseSensitive,
"auth-files",
"Perform authentication not via an interactive dialog but via specific files that the application uses to read the authentication data from",
"Perform authentication via files rather than an interactive dialogue. The application reads/writes the required values from/to the specified files",
&stringValues["auth_files"],
"auth-response",
"Perform authentication not via interactive dialog but via providing the response URL directly",
"Perform authentication via a supplied response URL rather than an interactive dialogue",
&stringValues["auth_response"],
"check-for-nomount",
"Check for the presence of .nosync in the syncdir root. If found, do not perform sync",
@ -1191,7 +1191,7 @@ class ApplicationConfig {
"Number of children in a path that is locally removed which will be classified as a 'big data delete'",
&longValues["classify_as_big_delete"],
"cleanup-local-files",
"Cleanup additional local files when using --download-only. This will remove local data",
"Clean up additional local files when using --download-only. This will remove local data",
&boolValues["cleanup_local_files"],
"create-directory",
"Create a directory on OneDrive. No synchronisation will be performed",
@ -1203,7 +1203,7 @@ class ApplicationConfig {
"Debug OneDrive HTTPS communication.",
&boolValues["debug_https"],
"destination-directory",
"Destination directory for renamed or moved items on OneDrive no sync will be performed",
"Destination directory for renamed or moved items on OneDrive. No synchronisation will be performed",
&stringValues["destination_directory"],
"disable-notifications",
"Do not use desktop notifications in monitor mode",