mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Add missing line break
This commit is contained in:
parent
b42d3ced15
commit
7e702778a1
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ void parseOptions( const QStringList& app_args, CmdOptions *options )
|
|||
options->target_url.replace(0, 4, "owncloud");
|
||||
options->source_dir = args.takeLast();
|
||||
if( !QFile::exists( options->source_dir )) {
|
||||
std::cerr << "Source dir does not exists.";
|
||||
std::cerr << "Source dir does not exists." << std::endl;
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue