From 1fb32e1d55289ee8b34b064951a3f0cebf6db245 Mon Sep 17 00:00:00 2001 From: therealbaljeet Date: Tue, 22 Jun 2021 02:45:14 -0500 Subject: [PATCH] Update DOCS.md --- DOCS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DOCS.md b/DOCS.md index 27c9646..ead7a4a 100644 --- a/DOCS.md +++ b/DOCS.md @@ -1,6 +1,5 @@ Here's an example of what GenDoc can produce - *everything below the line was generated with the following command **in the termial***: -**Long Syntax:** `gendoc --name GenDoc --version 1.0.0 --funcSections --codeFence --files gen_doc/main.py --fileHeader` -**Short Syntax:** `gendoc --n GenDoc --v 1.0.0 --fs --cf --f gen_doc/main.py --fh` +**Long Syntax:** `gendoc --name GenDoc --version 1.0.0 --funcSections --codeFence --files gen_doc/main.py --fileHeader`
**Short Syntax:** `gendoc --n GenDoc --v 1.0.0 --fs --cf --f gen_doc/main.py --fh` * **NOTE** that this does not use all the [available flags](/README.md) ---