File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11#pragma once
22constexpr auto TF_VERSION_STR = " 2.3.0" ;
33constexpr auto TF_VERSION_NUMBER = 0x020300 ;
4- constexpr auto TF_SRC_REVISION = 2467 ;
4+ constexpr auto TF_SRC_REVISION = 2468 ;
55
66#include < QMetaType>
77#include < QIODevice>
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ class OptionHash : public QHash<QString, int> {
121121 insert (" -r" , AutoReload);
122122 insert (" -p" , Port);
123123 insert (" -m" , ShowPid);
124+ insert (" --help" , PrintUsage);
124125 insert (" --show-routes" , ShowRoutes);
125126 insert (" --settings" , ShowSettings);
126127 }
@@ -144,6 +145,7 @@ void usage()
144145 " %4"
145146 " %3\n "
146147 " Type '%1 --show-routes [app-directory]' to show routing information.\n "
148+ " Type '%1 --settings [app-directory]' to show application settings.\n "
147149 " Type '%1 -l' to show your running applications.\n "
148150 " Type '%1 -h' to show this information.\n "
149151 " Type '%1 -v' to show the program version." ;
You can’t perform that action at this time.
0 commit comments