mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-11 18:14:25 -05:00
Update invocation to chia
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user