From c0044dcb04ada4afd861111f15d1975bdcdc5547 Mon Sep 17 00:00:00 2001 From: Carl Hultay <144816337+crhultay@users.noreply.github.com> Date: Fri, 22 Nov 2024 22:13:25 -0500 Subject: [PATCH] Update oputil_help.js --- core/oputil/oputil_help.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/oputil/oputil_help.js b/core/oputil/oputil_help.js index 7104d827e..14bf9de12 100644 --- a/core/oputil/oputil_help.js +++ b/core/oputil/oputil_help.js @@ -20,6 +20,7 @@ Commands: config Configuration management fb File base management mb Message base management + ssh SSH key management `, User: `usage: oputil.js user [] @@ -219,6 +220,11 @@ qwk-export arguments: TIMESTAMP. --no-qwke Disable QWKE extensions. --no-synchronet Disable Synchronet style extensions. +`, + SSH: `usage: oputil.js ssh + +Actions: + create Create new SSH Keys `, });