From 098cdcd8ba8fc6569abad1efe6045f11caf5b76f Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Thu, 17 Dec 2020 17:40:18 -0500 Subject: [PATCH] update docs --- docs/running.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/running.md b/docs/running.md index c203d60..400d8a3 100644 --- a/docs/running.md +++ b/docs/running.md @@ -18,6 +18,9 @@ All commands accept a `-h` / `--help` option, use this to print usage informatio jscale -h ``` +## Help +To view a list of all `jvc` command-line options, run `jvc -h` or `jvc --help` + ## JVC Spec Files A JVC spec is just a regular JSON file that happens to contain a single JSON object, whose properties are `assets` and `operations`.