Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
if (options.target_url.contains("/webdav", Qt::CaseInsensitive) || options.target_url.contains("/dav", Qt::CaseInsensitive)) {
qWarning("Dav or webdav in server URL.");
std::cerr << "Error! Please specify only the base URL of your host with username and password. Example:" << std::endl
- << "http(s)://username:password@cloud.example.com" << std::endl;
+ << "https://username:password@cloud.example.com" << std::endl;
return EXIT_FAILURE;
}