Remove --reload flag from suggested web app command
				
					
				
			we are installing from released package here, so no need
This commit is contained in:
		
							parent
							
								
									e1af064142
								
							
						
					
					
						commit
						9ca55e1697
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -223,7 +223,7 @@ class Install(commands.Subcommand):
 | 
				
			||||||
        if schema_installed:
 | 
					        if schema_installed:
 | 
				
			||||||
            rprint("\n\tyou can run the web app with this command:")
 | 
					            rprint("\n\tyou can run the web app with this command:")
 | 
				
			||||||
            pserve = os.path.join(bindir, 'pserve')
 | 
					            pserve = os.path.join(bindir, 'pserve')
 | 
				
			||||||
            rprint("\n\t[blue]{} --reload file+ini:{}[/blue]".format(pserve, web_conf))
 | 
					            rprint("\n\t[blue]{} file+ini:{}[/blue]".format(pserve, web_conf))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        rprint()
 | 
					        rprint()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue