mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 05:48:04 +01:00
Fix a minor typo in the help text for a feature flag task.
This commit is contained in:
committed by
Jon Chambers
parent
99e300a640
commit
97b6f6028b
@@ -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]");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user