From 3e8e22e0e2355d4dd922d7a918f92ab024f5d66d Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 15 Oct 2023 01:24:19 +0200 Subject: [PATCH] autopushed --- bin/dice.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/dice.py b/bin/dice.py index 748c714da..4cbea5897 100755 --- a/bin/dice.py +++ b/bin/dice.py @@ -13,8 +13,8 @@ import sys 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 e.g. anagora.org/primes/17 to test if 17 is prime. + - Visit anagora.org/dice to execute this file in the Agora of Flancia. + - Visit e.g. anagora.org/dice/17 to throw a 17-sided die, and others :) - In general visit anagora.org/foo, anagora.org/foo/bar to execute e.g. from your garden. """)