From 38d4d475a17da98d8296b57c4fcbe9f3b829dc97 Mon Sep 17 00:00:00 2001
From: Rajendra Kadam <rkadam@gitlab.com>
Date: Fri, 30 Apr 2021 14:16:47 +0530
Subject: [PATCH] Update documentation for flag

---
 doc/development/snowplow/event_dictionary_guide.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/development/snowplow/event_dictionary_guide.md b/doc/development/snowplow/event_dictionary_guide.md
index 86975339cd63e..2d9fd1e4a393f 100644
--- a/doc/development/snowplow/event_dictionary_guide.md
+++ b/doc/development/snowplow/event_dictionary_guide.md
@@ -86,6 +86,7 @@ The generator takes three options:
 - `--ee`: Indicates if the event is for EE.
 - `--category=CATEGORY`: Indicates the `category` of the event.
 - `--action=ACTION`: Indicates the `action` of the event.
+- `--ff`: Force flag to overwrite existing event definition.
 
 ```shell
 bundle exec rails generate gitlab:snowplow_event_definition --category Groups::EmailCampaignsController --action click
-- 
GitLab