Ignore:
Timestamp:
2021-03-22T19:30:36+01:00 (4 years ago)
Author:
simon04
Message:

fix #20647 - Add --status-report command line argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/ProgramArguments.java

    r16446 r17637  
    3535        /** --version                                  Displays the JOSM version and exits */
    3636        VERSION(false),
     37        /** {@code --status-report} Show status report with useful information that can be attached to bugs */
     38        STATUS_REPORT(false),
    3739        /** --debug                                    Print debugging messages to console */
    3840        DEBUG(false),
Note: See TracChangeset for help on using the changeset viewer.