Changes between Version 34 and Version 35 of Help/CommandLineOptions


Ignore:
Timestamp:
2019-04-20T15:12:03+02:00 (6 years ago)
Author:
Don-vip
Comment:

add new offline argument added in r14999

Legend:

Unmodified
Added
Removed
Modified
  • Help/CommandLineOptions

    v34 v35  
    55 * The [#Programarguments Program arguments⤓] directly control JOSM. They are called ''args'' by Oracle.
    66 * The [#Javaoptions Java options⤓] affect its environment (JVM) and are sometimes named ''VM arguments''.
    7  * Only involved in Web Start are the [#run-options rRun-options⤓].
     7 * Only involved in Web Start are the [#run-options Run-options⤓].
    88 * Some [#Otheroptions Other options⤓] for diagnostics and launchers.
    99
     
    4343
    4444options:
    45   --help|-h                                 Show this help
    46   --geometry=widthxheight(+|-)x(+|-)y       Standard unix geometry argument
    47   [--download=]minlat,minlon,maxlat,maxlon  Download the bounding box
    48   [--download=]<URL>                        Download the location URL which has
    49                                             coordinates like lat=x&lon=y&zoom=z
    50   [--download=]<filename>                   Open a file (same as Menu/File/Open)
    51   --downloadgps=minlat,minlon,maxlat,maxlon Download the bounding box as raw GPS
    52   --downloadgps=<URL>                       Download the location as raw GPS
    53   --selection=<searchstring>                Select with the given search
    54   --[no-]maximize                           Launch in maximized mode
    55   --reset-preferences                       Reset the preferences to default
    56   --load-preferences=<url-to-xml>           Import preferences from XML file
    57   --set=<key>=<value>                       Set preference key to value
    58   --language=<language>                     Set the language
    59   --version                                 Displays the JOSM version and exits
    60   --debug     or   --trace                  Print debugging messages to console
    61   --skip-plugins                            Skip loading plugins
    62   --offline=[osm_api,][josm_website,][all]  Disable access to the listed resources
     45  --help|-h                                                Show this help
     46  --geometry=widthxheight(+|-)x(+|-)y                      Standard unix geometry argument
     47  [--download=]minlat,minlon,maxlat,maxlon                 Download the bounding box
     48  [--download=]<URL>                                       Download the location URL which has
     49                                                           coordinates like lat=x&lon=y&zoom=z
     50  [--download=]<filename>                                  Open a file (same as Menu/File/Open)
     51  --downloadgps=minlat,minlon,maxlat,maxlon                Download the bounding box as raw GPS
     52  --downloadgps=<URL>                                      Download the location as raw GPS
     53  --selection=<searchstring>                               Select with the given search
     54  --[no-]maximize                                          Launch in maximized mode
     55  --reset-preferences                                      Reset the preferences to default
     56  --load-preferences=<url-to-xml>                          Import preferences from XML file
     57  --set=<key>=<value>                                      Set preference key to value
     58  --language=<language>                                    Set the language
     59  --version                                                Displays the JOSM version and exits
     60  --debug     or   --trace                                 Print debugging messages to console
     61  --skip-plugins                                           Skip loading plugins
     62  --offline=[osm_api,][josm_website,][certificates,][all]  Disable access to the listed resources
    6363}}}
    6464