Skip to content

Commit c7c67ed

Browse files
updated messages.
1 parent bdfe978 commit c7c67ed

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/tglobal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22
constexpr auto TF_VERSION_STR = "2.3.0";
33
constexpr 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>

tools/tfmanager/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.";

0 commit comments

Comments
 (0)