mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
More code cleanup
This commit is contained in:
parent
9a645b4b19
commit
aec99ed14f
18 changed files with 191 additions and 201 deletions
|
@ -73,7 +73,7 @@ class UsageDisplay: public QObject {
|
|||
|
||||
public:
|
||||
static void displayUsage(char* prg_name) {
|
||||
std::cout << tr("Usage:").toLocal8Bit().data() << std::endl;
|
||||
std::cout << qPrintable(tr("Usage:")) << std::endl;
|
||||
std::cout << '\t' << prg_name << " --version: " << qPrintable(tr("displays program version")) << std::endl;
|
||||
#ifndef DISABLE_GUI
|
||||
std::cout << '\t' << prg_name << " --no-splash: " << qPrintable(tr("disable splash screen")) << std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue