forked from ungleich-public/cdist
		
	Add hint for command line flag for enable-beta.
This commit is contained in:
		
					parent
					
						
							
								fdf6a6570c
							
						
					
				
			
			
				commit
				
					
						7cc7c18e77
					
				
			
		
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -66,7 +66,8 @@ class CdistBetaRequired(cdist.Error):
 | 
				
			||||||
    def __str__(self):
 | 
					    def __str__(self):
 | 
				
			||||||
        err_msg = ("\'{}\' argument of \'{}\' command is beta, but beta is "
 | 
					        err_msg = ("\'{}\' argument of \'{}\' command is beta, but beta is "
 | 
				
			||||||
                   "not enabled. If you want to use it please enable beta "
 | 
					                   "not enabled. If you want to use it please enable beta "
 | 
				
			||||||
                   "functionalities.")
 | 
					                   "functionalities by using the -b/--enable-beta command "
 | 
				
			||||||
 | 
					                   "line flag.")
 | 
				
			||||||
        return err_msg.format(self.arg, self.command)
 | 
					        return err_msg.format(self.arg, self.command)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue