summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japh2
1 files changed, 2 insertions, 0 deletions
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"
}