From cd8e9fed1941aa0ebc9cefe4f2ebd57d08384e63 Mon Sep 17 00:00:00 2001 From: Hanabishi <13597663+HanabishiRecca@users.noreply.github.com> Date: Wed, 29 Jun 2022 16:11:03 +0500 Subject: [PATCH] Add help for `.ssh` (#120) --- programs/openssh.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/openssh.json b/programs/openssh.json index 329280f..1ba7b20 100644 --- a/programs/openssh.json +++ b/programs/openssh.json @@ -3,8 +3,8 @@ { "path": "$HOME/.ssh", "movable": false, - "help": "" + "help": "Assumed to be present by many ssh daemons and clients such as **DropBear** and **OpenSSH**." } ], "name": "openssh" -} \ No newline at end of file +} -- 2.47.3