diff options
Diffstat (limited to 'gui/main.cpp')
-rw-r--r-- | gui/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/main.cpp b/gui/main.cpp index 7983c39..993ec2d 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -116,6 +116,7 @@ int main(int argc, char **argv) { }); QCommandLineOption webPortOption("web-port", QApplication::translate("main", "Web API port (default: 8080)"), "port", "8080"); parser.addOption(webPortOption); + // FIXME need to add note for the translation, on/off shouldn't be translated. QCommandLineOption startVPNOption("start-vpn", QApplication::translate("main", "Start the VPN, either 'on' or 'off'."), "status", ""); parser.addOption(startVPNOption); parser.process(app); |