From 20b8770aee6a9e72b4a1070d0a2581833c6ae311 Mon Sep 17 00:00:00 2001
From: PentagonLP <85071935+PentagonLP@users.noreply.github.com>
Date: Thu, 3 Jun 2021 23:42:43 +0200
Subject: [PATCH] Added section about 'ccpt help'
---
README.md | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 03f414a..1c5da1c 100644
--- a/README.md
+++ b/README.md
@@ -134,8 +134,20 @@ This prints name, author, description, website (if given), installation type, in
alt="missing image :("
src="https://raw.githubusercontent.com/PentagonLP/ccpt/main/img/ccpt_info.png"
/>
+
+### **9. Display help**
+```
+ccpt help
+```
+This prints all availible actions for the 'ccpt' command.
-### **9. Display current 'ccpt'-version**
+*The Output should look something like this:*
+

+
+### **10. Display current 'ccpt'-version**
```
ccpt version
```
@@ -155,4 +167,4 @@ Well, that's about it! Thanks for using this package tool. It would be awsome if
As always, please keep in mind that my first language is not english. There are defnitly some spelling/language-related mistakes in this repository. If you find one, please create an issue so I can fix them.
Also, I'm still very new to Github. If you find anything I can do better, and there definitly is as I don't know all the features of Github yet, please do also create an issue.
Anyways, thanks for reading all this!
-~PentagonLP
\ No newline at end of file
+~PentagonLP