From aaa8ef7353bcbe790f7ca6a58f5c315c2d3db774 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 24 Sep 2023 20:37:50 +0200 Subject: [PATCH] autopushed --- bin/primes.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/primes.py b/bin/primes.py index 8faabf56f..2c1992718 100755 --- a/bin/primes.py +++ b/bin/primes.py @@ -44,8 +44,7 @@ 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/foo to execute e.g. , from your garden.") - - Visit anagora.org/foo/1 to execute e.g. , from your garden.") + - In general visit anagora.org/foo, anagora.org/foo/bar to execute e.g. from your garden.") """) def __call__(self, *args, **kwargs):