Remove --reload flag from suggested web app command

we are installing from released package here, so no need
This commit is contained in:
Lance Edgar 2022-03-05 15:34:12 -06:00
parent e1af064142
commit 9ca55e1697

View file

@ -223,7 +223,7 @@ class Install(commands.Subcommand):
if schema_installed:
rprint("\n\tyou can run the web app with this command:")
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()