@ -8,7 +8,7 @@ qBittorrent\-nox \- a command line Bittorrent client written in C++ / Qt4
@@ -8,7 +8,7 @@ qBittorrent\-nox \- a command line Bittorrent client written in C++ / Qt4
std::cout<<'\t'<<prg_name<<" -d | --daemon: "<<qPrintable(tr("run in daemon-mode (background)"))<<std::endl;
#endif
std::cout<<'\t'<<prg_name<<" --help: "<<qPrintable(tr("displays this help message"))<<std::endl;
std::cout<<'\t'<<prg_name<<" --webui-port=x: "<<qPrintable(tr("changes the webui port (current: %1)").arg(QString::number(Preferences().getWebUiPort())))<<std::endl;
@ -158,6 +160,17 @@ int main(int argc, char *argv[]) {
@@ -158,6 +160,17 @@ int main(int argc, char *argv[]) {