Skip to content

Commit 941b6a0

Browse files
edit doc
Signed-off-by: Thomas Poignant <[email protected]>
1 parent 72c85dc commit 941b6a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/cli/generate/manifest/manifest_cmd.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ var (
1313
func NewManifestCmd() *cobra.Command {
1414
manifestCmd := &cobra.Command{
1515
Use: "manifest",
16-
Short: "📄 Generate an OpenFeature flag manifest based on your flag configuration.",
17-
Long: "📄 Generate an OpenFeature flag manifest based on your flag configuration. " +
16+
Short: "📄 (experimental) Generate an OpenFeature flag manifest based on your flags configuration.",
17+
Long: "📄 (experimental) Generate an OpenFeature flag manifest based on your flags configuration. " +
1818
"⚠️ note that this is an experimental feature and we may change this command line without warning.",
1919

2020
RunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)