File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -42,20 +42,21 @@ You can now create your [first flow](first-flow).
42
42
43
43
### Command-line usage
44
44
45
- Usage: node-red [-v] [-?] [--port 1880][--settings settings.js] [--userDir DIR] [flows.json]
45
+ Usage: node-red [-v] [-?] [--port PORT] [--safe] [--settings settings.js]
46
+ [--title TITLE] [--userDir DIR] [flows.json]
46
47
47
48
Options:
48
- -p, --port use specified TCP port for editor web ui
49
+ -p, --port PORT use specified TCP port for editor web ui
49
50
--safe start Node-RED editor without running flows
50
51
-s, --settings FILE use specified settings file
51
52
--title TITLE set process window title
52
53
-u, --userDir DIR use specified user directory
53
54
-v enable verbose output
54
55
-?, --help show usage
55
- [ flows.json] name of the data file you want to work with. Using different names,
56
+ flows.json name of the flow file you want to work with. Using different names,
56
57
such as greenhouse.json or robot.json, you can separate different
57
58
undertakings you are working on. If you don't specify a name, it
58
- defaults to flows_xxxxxxxx .json where xxxxxxxx is your servername .
59
+ defaults to flows_xxx .json where xxx is the hostname of your server .
59
60
60
61
----
61
62
You can’t perform that action at this time.
0 commit comments