From e088c950b8098164b51e0a01b78233dd0a32fc29 Mon Sep 17 00:00:00 2001 From: JTaylor Date: Tue, 8 Dec 2020 16:09:08 -0500 Subject: Update help function --- japh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/japh b/japh index 3a32c0b..91405a3 100644 --- a/japh +++ b/japh @@ -86,4 +86,6 @@ function japh_usage() { printf "JAPH - Jackson's Awesome Project Helper\n" printf "japh add \$projectName - Add current directory to japh's list as \$projectName\n" printf "japh \$projectName - cd to project directory\n" + printf "japh n \$commandName - Open new editor so you can add series of steps in a command.\n" + printf "japh r \$commandName - Run \$commandName in current session.\n" } -- cgit v1.2.3