From: Hanabishi <13597663+HanabishiRecca@users.noreply.github.com> Date: Wed, 29 Jun 2022 11:11:03 +0000 (+0500) Subject: Add help for `.ssh` (#120) X-Git-Tag: v0.2.0.2~189 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/cd8e9fed1941aa0ebc9cefe4f2ebd57d08384e63?ds=sidebyside Add help for `.ssh` (#120) --- 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 +}