From a12c6a75a35be145cf1d84aa57cbaa479bae3bc0 Mon Sep 17 00:00:00 2001 From: Camden Phalen Date: Tue, 7 Jan 2025 17:16:42 -0500 Subject: [PATCH] add name flag indicator to hs custom object create prompt --- lang/en.lyaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en.lyaml b/lang/en.lyaml index 29b34f624..3ce2a43d3 100644 --- a/lang/en.lyaml +++ b/lang/en.lyaml @@ -214,7 +214,7 @@ en: describe: "Schema name to add the object instance to" success: objectsCreated: "Objects created" - inputName: "Enter the name of the schema for the custom object(s) you'd like to create:" + inputName: "[--name] Enter the name of the schema for the custom object(s) you'd like to create:" inputPath: "[--path] Enter the path to the JSON file containing the object definitions:" schema: describe: "Commands for managing custom object schemas."