add missing comma in example user settings

pull/13/head
James Manning 7 years ago committed by GitHub
parent be0ff86a6d
commit 2c0a677f7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@ Add SSH FS configs to "sshfs.configs" in your User Settings:
// Unique id, which results in ssh://serverlogs/
"name": "serverlogs",
// The label to usually display (uses the name by default)
"label": "Server logs"
"label": "Server logs",
// Remote folder to use as root (default is /)
"root": "/var/log",
// Host to connect to (domain / IPv4 / IPv6)

Loading…
Cancel
Save