mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Fix command line help for ./manage.py show_admins
(imported from commit d5de8832214db7b8a754f155b225e706b655260b)
This commit is contained in:
		@@ -7,7 +7,7 @@ import sys
 | 
				
			|||||||
class Command(BaseCommand):
 | 
					class Command(BaseCommand):
 | 
				
			||||||
    help = """Show the admins in a realm.
 | 
					    help = """Show the admins in a realm.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Usage: ./manage.py show_admins <realm name>
 | 
					Usage: ./manage.py show_admins <realm domain>
 | 
				
			||||||
"""
 | 
					"""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def handle(self, *args, **options):
 | 
					    def handle(self, *args, **options):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user