From a587b61d976e7508aea60bd3bb55d9618cc61fd8 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 25 Sep 2023 01:38:15 +0200 Subject: [PATCH] autopushed --- bin/primes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/primes.py b/bin/primes.py index cc2dda7c2..e02b64119 100755 --- a/bin/primes.py +++ b/bin/primes.py @@ -44,7 +44,8 @@ class AgoraCmd(click.Command): def format_help(self, ctx, formatter): click.echo("""Usage: - Visit anagora.org/primes to execute this file in the Agora of Flancia. - - In general visit anagora.org/foo, anagora.org/foo/bar to execute e.g. from your garden.") + - Visit e.g. anagora.org/primes/17 to test if 17 is prime. + - In general visit anagora.org/foo, anagora.org/foo/bar to execute e.g. from your garden. """) def __call__(self, *args, **kwargs):