From 7f69c99306315044952a6e8a2f586e570f183b83 Mon Sep 17 00:00:00 2001 From: HAYAMA Kaoru <3752189+hymkor@users.noreply.github.com> Date: Sat, 16 Aug 2025 19:18:26 +0900 Subject: [PATCH] README: Update descrption for ssh-options --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49b499c..022b6ee 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,14 @@ Lispect **example.lsp** -$ `lispect example.lsp USERNAME@DOMAIN PASSWORD` +$ `lispect example.lsp {SSH-OPTIONS} USERNAME@DOMAIN PASSWORD` → login `USERNAME@DOMAIN` with `ssh` and input `PASSWORD` automatically > [!NOTE] > Some variable names have been updated for compatibility with recent versions of gmnlisp, but the old names remain available for now. +`lispect ./example.lsp -p 2222 username@127.0.0.1 yourpassword` + ```example.lsp (block main (if (< (length *argv*) 2)