mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 04:08:54 +03:00
commit
b6e986bb1b
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ void help()
|
||||||
std::cout << " --max-sync-retries [n] Retries maximum n times (default to 3)" << std::endl;
|
std::cout << " --max-sync-retries [n] Retries maximum n times (default to 3)" << std::endl;
|
||||||
std::cout << " --uplimit [n] Limit the upload speed of files to n KB/s" << std::endl;
|
std::cout << " --uplimit [n] Limit the upload speed of files to n KB/s" << std::endl;
|
||||||
std::cout << " --downlimit [n] Limit the download speed of files to n KB/s" << std::endl;
|
std::cout << " --downlimit [n] Limit the download speed of files to n KB/s" << std::endl;
|
||||||
std::cout << " -h Sync hidden files,do not ignore them" << std::endl;
|
std::cout << " -h Sync hidden files, do not ignore them" << std::endl;
|
||||||
std::cout << " --version, -v Display version and exit" << std::endl;
|
std::cout << " --version, -v Display version and exit" << std::endl;
|
||||||
std::cout << " --logdebug More verbose logging" << std::endl;
|
std::cout << " --logdebug More verbose logging" << std::endl;
|
||||||
std::cout << "" << std::endl;
|
std::cout << "" << std::endl;
|
||||||
|
|
Loading…
Reference in a new issue