howdy/cli/help.py
2018-02-13 22:03:03 +01:00

14 lines
388 B
Python

print("""
Usage:
howdy <user> <command> [argument]
Commands:
help Show this help page
list List all saved face models for the current user
add Add a new face model for the current user
remove [id] Remove a specific model
clear Remove all face models for the current user
For support please visit
https://github.com/Boltgolt/howdy\
""")