From 611b9cb1ef09e96b62686ab2df195d7e8b083960 Mon Sep 17 00:00:00 2001 From: allanaaa Date: Fri, 15 Jan 2021 09:31:49 -0500 Subject: [PATCH] Update running.md --- docs/docs/manual/running.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/docs/docs/manual/running.md b/docs/docs/manual/running.md index efdd57469..b69f9478d 100644 --- a/docs/docs/manual/running.md +++ b/docs/docs/manual/running.md @@ -111,7 +111,6 @@ When you run OpenRefine from a command line, you can change a number of default defaultValue="win" values={[ {label: 'Windows', value: 'win'}, - {label: 'Mac', value: 'mac'}, {label: 'Linux', value: 'linux'} ] }> @@ -137,25 +136,6 @@ Get a list of all the commands with `refine /?`. - - -To see the full list of command-line options, run `./refine -h`. - -|Command|Use|Syntax example| -|---|---|---| -|-w|Path to the webapp|./refine -w /path/to/openrefine| -|-d|Path to the workspace|./refine -d /where/you/want/the/workspace| -|-m|Memory maximum heap|./refine -m 6000M| -|-p|Port|./refine -p 3334| -|-i|Interface (IP address, or IP and port)|./refine -i 127.0.0.2:3334| -|-k|Add a Google API key|./refine -k YOUR_API_KEY| -|-v|Verbosity (from low to high: error,warn,info,debug,trace)|./refine -v info| -|-x|Additional configuration parameters|| -|--debug|Enable debugging (on port 8000)|./refine --debug| -|--jmx|Enable JMX monitoring for Jconsole and JvisualVM|./refine --jmx| - - - To see the full list of command-line options, run `./refine -h`.