summaryrefslogtreecommitdiff
path: root/bin/feature-flag
diff options
context:
space:
mode:
Diffstat (limited to 'bin/feature-flag')
-rwxr-xr-xbin/feature-flag2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/feature-flag b/bin/feature-flag
index 613ddc1d8cb..06387d12eb5 100755
--- a/bin/feature-flag
+++ b/bin/feature-flag
@@ -61,7 +61,7 @@ class FeatureFlagOptionParser
options.force = value
end
- opts.on('-m', '--introduced-by-url [string]', String, 'URL of Merge Request introducing the Feature Flag') do |value|
+ opts.on('-m', '--introduced-by-url [string]', String, 'URL of merge request introducing the Feature Flag') do |value|
options.introduced_by_url = value
end