We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909ee31 commit a82ff44Copy full SHA for a82ff44
deploy-container/README.md
@@ -54,7 +54,7 @@ Now, you can add the following the environment variables in the code-server clou
54
| RCLONE_VSCODE_TASKS | import push and pull shortcuts into VS Code  | true |
55
| RCLONE_AUTO_PUSH | automatically push files on startup if the rclone remote is empty (environment -> rclone remote) | true | |
56
| RCLONE_AUTO_PULL | automatically pull files on startup if the rclone remote is not empty (rclone -> environment remote) | true | |
57
-| RCLONE_FLAGS | additional flags to attach to the push and pull script. type `rclone help flags for a list.` | | |
+| RCLONE_FLAGS | additional flags to attach to the push and pull script.<br />type ` $rclone help flags` for a list. | | |
58
```sh
59
60
# --- How to use ---
0 commit comments