Update IDE and help
This commit is contained in:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
"label": "Build RPi4 snapshot in toolbox",
|
"label": "Build RPi4 snapshot in toolbox",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "toolbox ${file} -p r4s -d",
|
"command": "toolbox run ${file} -p r4s -d",
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ OPTIONS
|
|||||||
--ssh-upgrade HOST
|
--ssh-upgrade HOST
|
||||||
Example: root@192.168.1.1
|
Example: root@192.168.1.1
|
||||||
--ssh-backup SSH_PATH
|
--ssh-backup SSH_PATH
|
||||||
Enabled by default for --ssh-upgrade
|
(For testing, enabled by default for --ssh-upgrade)
|
||||||
--flash, -f DEVICE
|
--flash, -f DEVICE
|
||||||
Example: /dev/sdX
|
Example: /dev/sdX
|
||||||
--debug, -d
|
--debug, -d
|
||||||
|
|||||||
Reference in New Issue
Block a user