Fix a minor typo in the help text for a feature flag task.

This commit is contained in:
Jon Chambers 2021-01-25 17:52:10 -05:00 committed by Jon Chambers
parent 99e300a640
commit 97b6f6028b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class SetFeatureFlagTask extends AbstractFeatureFlagTask {
out.println();
printFeatureFlags(out);
} else {
out.println("Usage: set-feature-flag?flag=FLAG_NAME&value=[true|false]");
out.println("Usage: set-feature-flag?flag=FLAG_NAME&active=[true|false]");
}
}
}