From df0a9790205b2c346fa213bfd8a9c5478d076145 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 25 Sep 2023 00:57:23 +0200 Subject: [PATCH] autopushed --- bin/primes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/primes.py b/bin/primes.py index 2c1992718..cc2dda7c2 100755 --- a/bin/primes.py +++ b/bin/primes.py @@ -43,7 +43,7 @@ def is_prime(n): 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.") + - 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.") """)