std::cout<<'\t'<<prg_name<<tr(" --help : displays this help message").toLocal8Bit().data()<<std::endl;
std::cout<<'\t'<<prg_name<<tr(" --webui-port=x : changes the webui port (current: %1)").arg(QString::number(Preferences::getWebUiPort())).toLocal8Bit().data()<<std::endl;
std::cout<<'\t'<<prg_name<<tr("[files or urls]: downloads the torrents passed by the user (optional)").toLocal8Bit().data()<<std::endl;
std::cout<<'\t'<<prg_name<<"--help: "<<tr("displays this help message").toLocal8Bit().data()<<std::endl;
std::cout<<'\t'<<prg_name<<"--webui-port=x: "<<tr("changes the webui port (current: %1)").arg(QString::number(Preferences::getWebUiPort())).toLocal8Bit().data()<<std::endl;
std::cout<<'\t'<<prg_name<<tr("[files or urls]: downloads the torrents passed by the user (optional)").toLocal8Bit().data()<<std::endl;