Update invocation to chia

This commit is contained in:
Gene Hoffman
2020-03-27 12:26:58 -07:00
parent da58199c36
commit fe65fe4cc9
+1 -1
View File
@@ -27,7 +27,7 @@ def str2bool(v: str) -> bool:
async def async_main():
parser = argparse.ArgumentParser(
description="Manage a Chia Full Node from the command line.",
epilog="You can combine -s and -c. Try 'watch -n 10 python -m script.cli -s -c' if you have 'watch' installed.",
epilog="You can combine -s and -c. Try 'watch -n 10 chia -s -c' if you have 'watch' installed.",
)
parser.add_argument(