|  | @@ -175,7 +175,7 @@ class AMQShell(cmd.Cmd):
 | 
	
		
			
				|  |  |          'basic.get': Spec(('queue', str),
 | 
	
		
			
				|  |  |                            ('no_ack', bool, 'off'),
 | 
	
		
			
				|  |  |                            returns=dump_message),
 | 
	
		
			
				|  |  | -        'basic.publish': Spec(('msg', Message),
 | 
	
		
			
				|  |  | +        'basic.publish': Spec(('msg', str),
 | 
	
		
			
				|  |  |                                ('exchange', str),
 | 
	
		
			
				|  |  |                                ('routing_key', str),
 | 
	
		
			
				|  |  |                                ('mandatory', bool, 'no'),
 |