Skip to content

Commit

Permalink
Added help text for -launch_error_dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
georgweiss committed Aug 4, 2024
1 parent eab2f9f commit 2ddc5d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/launcher/src/main/java/org/phoebus/product/Launcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ private static void help() {
System.out.println("-help - This text");
System.out.println("-splash - Show splash screen");
System.out.println("-nosplash - Suppress the splash screen");
System.out.println("-launch_error_dialog - Shows dialog if launch fails. Must be first program argument.");
System.out.println("-settings settings.xml - Import settings from file, either exported XML or property file format");
System.out.println("-export_settings settings.xml - Export settings to file");
System.out.println("-logging logging.properties - Load log settings");
Expand Down Expand Up @@ -213,5 +214,6 @@ private static void help() {
System.out.println("-resource '...&target=window' - Opens resource in separate window.");
System.out.println("-resource '...&target=window@800x600+200+150' - Opens resource in separate window sized 800 by 600 at x=200, y=150.");
System.out.println("-resource '...&target=name_of_pane' - Opens resource in named pane.");

}
}

0 comments on commit 2ddc5d8

Please sign in to comment.