You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/hyperiond/main.cpp
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -156,9 +156,9 @@ int main(int argc, char** argv)
156
156
BooleanOption& deleteDB = parser.add<BooleanOption>(0x0, "deleteDatabase", "Start all over? This Option will delete the database");
157
157
Option& importConfig = parser.add<Option>(0x0, "importConfig", "Replace the current configuration database by a new configuration");
158
158
Option& exportConfigPath = parser.add<Option>(0x0, "exportConfig", "Export the current configuration database, defaults to home directory of current user (%1)", QDir::homePath() + "/.hyperion//archive");
159
-
BooleanOption& silentOption = parser.add<BooleanOption>('s', "silent", "Do not print any outputs");
160
-
BooleanOption& infoMsgOption = parser.add<BooleanOption>('i', "info", "Show Info messages");
0 commit comments