Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/cmd
diff options
context:
space:
mode:
authorallexzander <blackslayer4@gmail.com>2021-08-20 18:46:38 +0300
committerallexzander <blackslayer4@gmail.com>2021-08-26 10:38:06 +0300
commit4927e48bf34fbbb639f602fe41927aa5519d2e9b (patch)
treeef6b367b67424467eea8062e8cb6bcea1724b01d /src/cmd
parent3feba089650461fb0b07caf3e495dfda0a929fec (diff)
Update nextcloudcmd documentation.
Signed-off-by: allexzander <blackslayer4@gmail.com>
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/cmd.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cmd/cmd.cpp b/src/cmd/cmd.cpp
index ca54a3427..db446abaa 100644
--- a/src/cmd/cmd.cpp
+++ b/src/cmd/cmd.cpp
@@ -78,7 +78,6 @@ struct CmdOptions
bool ignoreHiddenFiles;
QString exclude;
QString unsyncedfolders;
- QString davPath;
int restartTimes;
int downlimit;
int uplimit;
@@ -352,11 +351,6 @@ int main(int argc, char **argv)
return EXIT_FAILURE;
}
- // check if the dav path was added to the url and append if not.
- if (!options.target_url.endsWith("/")) {
- options.target_url.append("/");
- }
-
QUrl hostUrl = QUrl::fromUserInput(options.target_url);
// Order of retrieval attempt (later attempts override earlier ones):