mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	python: Remove redundant dest for argparse arguments.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							4d583e3d41
						
					
				
				
					commit
					a5dbab8fb0
				
			@@ -19,7 +19,6 @@ class Command(ZulipBaseCommand):
 | 
			
		||||
        parser.add_argument('--entire-server', action="store_true", default=False,
 | 
			
		||||
                            help="Send to every user on the server.")
 | 
			
		||||
        parser.add_argument('--markdown-template-path', '--path',
 | 
			
		||||
                            dest='markdown_template_path',
 | 
			
		||||
                            required=True,
 | 
			
		||||
                            type=str,
 | 
			
		||||
                            help='Path to a Markdown-format body for the email.')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user