From 7932423bfeda0b4613e920cdab1950b8935bd274 Mon Sep 17 00:00:00 2001 From: jc0b Date: Thu, 25 Jun 2020 21:02:42 +0200 Subject: Updated help test for the prototype --- mongodb/prefab.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mongodb/prefab.py b/mongodb/prefab.py index 1ce355fd..124f45e3 100755 --- a/mongodb/prefab.py +++ b/mongodb/prefab.py @@ -11,9 +11,11 @@ import sys import prefabs def usage(): - print("Usage: prefab add : imports a prefab from YML or JSON") + print("Usage: prefab add : imports a prefab from JSON") print(" list: lists all (public) prefabs") print(" export [json|yaml]: exports the specified prefab to the specified filetype (with JSON used by default)") + print(" clone [new prefab name]: clones the specified prefab, giving the new prefab a name if specified") + print(" remove : removes the specified prefab from the database") def interactive(): #interactive CLI mode: recommended print("OpenDC Prefab CLI") -- cgit v1.2.3