aboutsummaryrefslogtreecommitdiff
path: root/html/tty.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/tty.html')
-rw-r--r--html/tty.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/tty.html b/html/tty.html
index 59ed435..171277d 100644
--- a/html/tty.html
+++ b/html/tty.html
@@ -63,7 +63,7 @@
, { name: ".secret", perms: { r: true }, dir: true, content: [{ name: "readme", perms: { r: true }, dir: false, content: "still working on things:) nothing here is final\n or even close" }] }
]
- let aaa = new jssh(fs, working_dir, 0)
+ let aaa = new jssh(fs, working_dir, 0, "line", "history")
function main() {
aaa.main()
}