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 1
1
#pragma once
2
2
constexpr auto TF_VERSION_STR = " 2.3.0" ;
3
3
constexpr auto TF_VERSION_NUMBER = 0x020300 ;
4
- constexpr auto TF_SRC_REVISION = 2467 ;
4
+ constexpr auto TF_SRC_REVISION = 2468 ;
5
5
6
6
#include < QMetaType>
7
7
#include < QIODevice>
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ class OptionHash : public QHash<QString, int> {
121
121
insert (" -r" , AutoReload);
122
122
insert (" -p" , Port);
123
123
insert (" -m" , ShowPid);
124
+ insert (" --help" , PrintUsage);
124
125
insert (" --show-routes" , ShowRoutes);
125
126
insert (" --settings" , ShowSettings);
126
127
}
@@ -144,6 +145,7 @@ void usage()
144
145
" %4"
145
146
" %3\n "
146
147
" Type '%1 --show-routes [app-directory]' to show routing information.\n "
148
+ " Type '%1 --settings [app-directory]' to show application settings.\n "
147
149
" Type '%1 -l' to show your running applications.\n "
148
150
" Type '%1 -h' to show this information.\n "
149
151
" Type '%1 -v' to show the program version." ;
You can’t perform that action at this time.
0 commit comments