| | 22 | |
| | 23 | |
| | 24 | Update: |
| | 25 | |
| | 26 | Documentation of commands for the main help text: |
| | 27 | {{{ |
| | 28 | Java OpenStreetMap Editor [JOSM/1.5 (12915 SVN en) Linux Ubuntu 17.04] |
| | 29 | |
| | 30 | usage: |
| | 31 | java -jar josm.jar [<command>] <options>... |
| | 32 | |
| | 33 | commands: |
| | 34 | runjosm launch JOSM (default, performed when no command is specified) |
| | 35 | render render data and save the result to an image file |
| | 36 | project convert coordinates from one coordinate reference system to another |
| | 37 | |
| | 38 | For details on the render and project commands, run them with the --help option. |
| | 39 | The remainder of this help page documents the runjosm command. |
| | 40 | |
| | 41 | options: |
| | 42 | --help|-h Show this help |
| | 43 | ... |
| | 44 | }}} |