Fix a minor typo in the help text for a feature flag task.
This commit is contained in:
		
							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]");
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue