Skip to content

Commit 2cf160b

Browse files
committed
feat: Re-enable next option
1 parent 611832c commit 2cf160b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/commandlineutility.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,8 @@ void CommandLineUtility::parseArguments(const QApplication &parsed_app)
100100
"only if you have sdl "
101101
"library. You can check your controller index, name or "
102102
"even GUID.")},
103-
// {"next",
104-
// QCoreApplication::translate("main", "Advance profile loading set
105-
// options")},
103+
{"next", QCoreApplication::translate("main", "Load multiple profiles for different controllers. This option is "
104+
"meant to be used with profile-controller and profile options.")},
106105

107106
});
108107

0 commit comments

Comments
 (0)