diff --git a/messkit/commands.py b/messkit/commands.py index 7fc3f80..8c62829 100644 --- a/messkit/commands.py +++ b/messkit/commands.py @@ -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()