From fe65fe4cc97bfdf2808bb04882f32e366af84b39 Mon Sep 17 00:00:00 2001 From: Gene Hoffman Date: Fri, 27 Mar 2020 12:26:58 -0700 Subject: [PATCH] Update invocation to chia --- src/cmds/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmds/cli.py b/src/cmds/cli.py index 477ec26049..ba565e32b8 100644 --- a/src/cmds/cli.py +++ b/src/cmds/cli.py @@ -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(