From e335572f4a4f879e57be57704c4f778b9d6d240e Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 26 Oct 2020 00:26:26 -0400 Subject: [PATCH] [README.md] fix usage docs syntax description with addition of sub-command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16a223b..41a2531 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ $ pip3 install --ignore-installed -r requirements.txt -e ".[dev]" ## Usage ``` -$ pathins [OPTIONS] [FILEPATH] [OPTIONAL GLYPH NAME] +$ pathins [SUB-COMMAND] [OPTIONS] [FILEPATH] [OPTIONAL GLYPH NAME] ``` See `pathins --help` for additional details.