fix: docs: help text

This commit is contained in:
rachmadaniHaryono 2019-02-08 19:37:31 +08:00
parent 418834ee83
commit e8a2a9a96b

View File

@ -613,7 +613,7 @@ def get_custom_version(ctx, param, value):
@click.group(cls=CustomFlaskGroup, create_app=create_app)
def cli():
"""This is a management script for the wiki application."""
"""This is a script for the bukuserver application."""
if __name__ == '__main__':