Changeset 18366 in josm for trunk/src/org/openstreetmap/josm/data/validation/ValidatorCLI.java
- Timestamp:
- 2022-01-26T20:13:22+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/ValidatorCLI.java
r18365 r18366 69 69 */ 70 70 public class ValidatorCLI implements CLIModule { 71 /**72 * The unique instance.73 */71 /** 72 * The unique instance. 73 */ 74 74 public static final ValidatorCLI INSTANCE = new ValidatorCLI(); 75 75 … … 385 385 case HELP: 386 386 showHelp(); 387 System.exit(0);387 Lifecycle.exitJosm(true, 0); 388 388 break; 389 389 case DEBUG:
Note:
See TracChangeset
for help on using the changeset viewer.
