bots: zulip_bot_output.py: Adjust examples in help text.
This commit is contained in:
		
							parent
							
								
									682ef81970
								
							
						
					
					
						commit
						dd283d88f6
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -20,7 +20,8 @@ current_dir = os.path.dirname(os.path.abspath(__file__)) | |||
| def parse_args(): | ||||
|     description = ( | ||||
|         "A tool to test a bot: given a provided message, provides the bot response.\n\n" | ||||
|         'Example: %(prog)s xkcd "1"') | ||||
|         'Examples:   %(prog)s xkcd 1\n' | ||||
|         '            %(prog)s ./bot_folder/my_own_bot.py "test message"') | ||||
|     epilog = ( | ||||
|         "The message need only be enclosed in quotes if empty or containing spaces.\n\n" | ||||
|         "(Internally, this program loads bot-related code from the library code and\n" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 neiljp (Neil Pilgrim)
						neiljp (Neil Pilgrim)