Changeset 18801 in josm for trunk/scripts/TagInfoExtract.java
- Timestamp:
- 2023-08-09T15:30:01+02:00 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/TagInfoExtract.java
r18760 r18801 90 90 * Run from the base directory of a JOSM checkout: 91 91 * <p> 92 * <pre> 92 93 * java -cp dist/josm-custom.jar TagInfoExtract --type mappaint 93 94 * java -cp dist/josm-custom.jar TagInfoExtract --type presets 94 95 * java -cp dist/josm-custom.jar TagInfoExtract --type external_presets 96 * </pre> 95 97 */ 96 98 public class TagInfoExtract { … … 245 247 .build()); 246 248 if (options.outputFile == null) { 247 System.out.println(writer .toString());249 System.out.println(writer); 248 250 } 249 251 }
Note:
See TracChangeset
for help on using the changeset viewer.